Home
last modified time | relevance | path

Searched defs:dtdType (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DCheckLdmlDtdReferences.java51 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 DTestDTDAttributes.java109 private void showDistinguishing(DtdType dtdType) { in showDistinguishing()
645 DtdType dtdType, in checkStructure()
680 DtdType dtdType, in checkAttributeStructure()
H A DTestBasic.java610 DtdType dtdType = null; in TestPaths() local
1618 private DtdType dtdType; field in TestBasic.MyHandler
H A DTestDtdData.java600 public boolean isDistinguishingOld(DtdType dtdType, String elementName, String attribute) { in isDistinguishingOld()
H A DTestPathsModule.java120 protected DtdType dtdType; field in TestPathsModule.PathTest
H A DTestAttributeValues.java128 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 DRule.java37 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 DRuleParser.java137 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 DCldrPaths.java217 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 DXmlDataSource.java48 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 DCldrPath.java147 CldrDataType dtdType, in CldrPath()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DElementAttributeInfo.java26 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 DCLDRPaths.java195 public final List<DtdType> dtdType; field in CLDRPaths.DIRECTORIES
197 private DIRECTORIES(DtdType... dtdType) { in DIRECTORIES()
H A DAttributeValueValidity.java238 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 DCldrXmlWriter.java27 private DtdType dtdType = DtdType.ldml; // default field in CldrXmlWriter
H A DDtdData.java77 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 DJsonConverter.java65 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 DShowDtdDiffs.java187 private static boolean isDeprecated(DtdType dtdType, String elementName, String attributeName) { in isDeprecated()
H A DVerifyAttributeValues.java52 DtdType dtdType, in put()
H A DChartDelta.java1141 DtdType dtdType = null; in writeNonLdmlPlain() local
1267 DtdType dtdType = null; in fillData() local
H A DChartDtdDelta.java387 final DtdType dtdType; field in ChartDtdDelta.DiffElement
H A DShowStarredCoverage.java259 DtdType dtdType, in doNonLdml()
H A DCheckHtmlFiles.java257 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 DQuickCheck.java212 DtdType dtdType = null; in checkPaths() local
H A DTestMisc.java561 DtdType dtdType = null; in checkDistinguishing() local

12