/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | CheckLdmlDtdReferences.java | 51 missingElements.putAll(dtdType, dtdData.getElements()); in missingElements.putAll() argument 52 missingAttributes.putAll(dtdType, dtdData.getAttributes()); in missingAttributes.putAll() argument 53 foundElementsToLink.put(dtdType, LinkedHashMultimap.create()); in foundElementsToLink.put() argument 55 dtdType, getChildToParent(dtdData, dtdData.ROOT, LinkedHashMultimap.create())); in childToParent.put() argument 117 final DtdType dtdType = entry.getKey(); in main() local 150 DtdType dtdType, Element element, String padding, HashSet<Element> seen, int counter) { in showMissing() 189 DtdType dtdType, Element element, String padding, boolean ok, int counter) { in showMissing() 203 public static String getBest(DtdType dtdType, Element element) { in getBest() 251 private static void processLine(DtdType dtdType, Path file, String line) { in processLine() 325 DtdType dtdType, String elementName, String attributeName) { in findAttribute() [all …]
|
H A D | TestDTDAttributes.java | 109 private void showDistinguishing(DtdType dtdType) { in showDistinguishing() 645 DtdType dtdType, in checkStructure() 680 DtdType dtdType, in checkAttributeStructure()
|
H A D | TestBasic.java | 610 DtdType dtdType = null; in TestPaths() local 1618 private DtdType dtdType; field in TestBasic.MyHandler
|
H A D | TestDtdData.java | 600 public boolean isDistinguishingOld(DtdType dtdType, String elementName, String attribute) { in isDistinguishingOld()
|
H A D | TestPathsModule.java | 120 protected DtdType dtdType; field in TestPathsModule.PathTest
|
H A D | TestAttributeValues.java | 128 private void addXMLFiles(DtdType dtdType, String path, Set<String> files) { in addXMLFiles()
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | Rule.java | 37 CldrDataType dtdType, in staticRule() 49 CldrDataType dtdType, in dynamicRule() 61 private final CldrDataType dtdType; field in Rule 72 CldrDataType dtdType, in Rule() 138 CldrDataType dtdType, in StaticRule() 162 CldrDataType dtdType, in DynamicRule()
|
H A D | RuleParser.java | 137 CldrDataType dtdType = CldrDataType.forXmlName(m.group(1)); in parseRule() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrPaths.java | 217 static boolean isOrdered(CldrDataType dtdType, String elementName) { in isOrdered() 303 CldrDataType dtdType = CldrDataType.forRawType(dtd.dtdType); in processXPath() local 399 CldrDataType dtdType, in processPathAttributes() 424 CldrDataType dtdType) { in processAttributes()
|
H A D | XmlDataSource.java | 48 private final CldrDataType dtdType; field in XmlDataSource 76 XmlDataSource(CldrDataType dtdType, Set<Path> xmlFiles, CldrDraftStatus draftStatus) { in XmlDataSource() 82 CldrDataType dtdType, in XmlDataSource() 146 private void read(ValueVisitor visitor, CldrDataType dtdType, boolean validating) { in read()
|
H A D | CldrPath.java | 147 CldrDataType dtdType, in CldrPath()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | ElementAttributeInfo.java | 26 private DtdType dtdType; field in ElementAttributeInfo 40 public static final ElementAttributeInfo getInstance(DtdType dtdType) { in getInstance() 44 public static final ElementAttributeInfo getInstance(String commonDirectory, DtdType dtdType) { in getInstance()
|
H A D | CLDRPaths.java | 195 public final List<DtdType> dtdType; field in CLDRPaths.DIRECTORIES 197 private DIRECTORIES(DtdType... dtdType) { in DIRECTORIES()
|
H A D | AttributeValueValidity.java | 238 dtdType, element_attribute_validity = new TreeMap<>()); in dtd_element_attribute_validity.put() argument 354 public static Relation<String, String> getAllPossibleMissing(DtdType dtdType) { in getAllPossibleMissing()
|
H A D | CldrXmlWriter.java | 27 private DtdType dtdType = DtdType.ldml; // default field in CldrXmlWriter
|
H A D | DtdData.java | 77 public final DtdType dtdType; field in DtdData 172 DtdType dtdType, in Attribute() 1146 public Seen(DtdType dtdType) { in Seen()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | JsonConverter.java | 65 DtdType dtdType = null; in main() local 122 DtdType dtdType, final String element, final String attribute) { in isDistinguishing() 137 DtdType dtdType, in rewrite()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ShowDtdDiffs.java | 187 private static boolean isDeprecated(DtdType dtdType, String elementName, String attributeName) { in isDeprecated()
|
H A D | VerifyAttributeValues.java | 52 DtdType dtdType, in put()
|
H A D | ChartDelta.java | 1141 DtdType dtdType = null; in writeNonLdmlPlain() local 1267 DtdType dtdType = null; in fillData() local
|
H A D | ChartDtdDelta.java | 387 final DtdType dtdType; field in ChartDtdDelta.DiffElement
|
H A D | ShowStarredCoverage.java | 259 DtdType dtdType, in doNonLdml()
|
H A D | CheckHtmlFiles.java | 257 final DtdType dtdType = entry.get2(); in checkForDtd() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | QuickCheck.java | 212 DtdType dtdType = null; in checkPaths() local
|
H A D | TestMisc.java | 561 DtdType dtdType = null; in checkDistinguishing() local
|