Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java28 private DtdType dtdType; field in ElementAttributeInfo
38 public static final ElementAttributeInfo getInstance(DtdType dtdType) { in getInstance()
42 public static final ElementAttributeInfo getInstance(String commonDirectory, DtdType dtdType) { in getInstance()
DCLDRPaths.java114 public final List<DtdType> dtdType; field in CLDRPaths.DIRECTORIES
116 private DIRECTORIES(DtdType... dtdType) { in DIRECTORIES()
DAttributeValueValidity.java221 …dtd_element_attribute_validity.put(dtdType, element_attribute_validity = new TreeMap<String, Map<S… in dtd_element_attribute_validity.put() argument
319 public static Relation<String, String> getAllPossibleMissing(DtdType dtdType) { in getAllPossibleMissing()
DDtdData.java53 public final DtdType dtdType; field in DtdData
104 …private Attribute(DtdType dtdType, Element element2, String aName, Mode mode2, String[] split, Str… in Attribute()
919 public Seen(DtdType dtdType) { in Seen()
DCLDRFile.java128 private DtdType dtdType; field in CLDRFile
400 DtdType dtdType = DtdType.ldml; // default in write() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DJsonConverter.java62 DtdType dtdType = null; in main() local
109 …private static boolean isDistinguishing(DtdType dtdType, final String element, final String attrib… in isDistinguishing()
122 private static void rewrite(DtdType dtdType, XPathParts parts, String value, in rewrite()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java113 private void showDistinguishing(DtdType dtdType) { in showDistinguishing()
604 DtdType dtdType, in checkStructure()
640 DtdType dtdType, String element, in checkAttributeStructure()
DTestDtdData.java427 public boolean isDistinguishingOld(DtdType dtdType, String elementName, String attribute) { in isDistinguishingOld()
DTestPathsModule.java120 protected DtdType dtdType; field in TestPathsModule.PathTest
DTestBasic.java567 DtdType dtdType = null; in TestPaths() local
1485 private DtdType dtdType; field in TestBasic.MyHandler
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowDtdDiffs.java159 private static boolean isDeprecated(DtdType dtdType, String elementName, String attributeName) { in isDeprecated()
DVerifyAttributeValues.java50 …public void put(String file, DtdType dtdType, String element, String attribute, String attributeVa… in put()
DChartDtdDelta.java231 final DtdType dtdType; field in ChartDtdDelta.DiffElement
DShowStarredCoverage.java203 …private static void doNonLdml(DtdType dtdType, String dir, String fileLocale, M3<Level, PathHeader… in doNonLdml()
DChartDelta.java826 DtdType dtdType = null; in writeNonLdmlPlain() local
981 DtdType dtdType = null; in fillData() local
DCheckHtmlFiles.java210 final DtdType dtdType = entry.get2(); in checkForDtd() local
DGenerateItemCounts.java254 final DtdType dtdType = s.get0(); in checkBadAttributes() local
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java201 DtdType dtdType = null; in checkPaths() local
DTestMisc.java508 DtdType dtdType = null; in checkDistinguishing() local