Home
last modified time | relevance | path

Searched refs:getDtdData (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java101 DtdData dtdData = cldrFile.getDtdData(); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java1211 public DtdData getDtdData() { in getDtdData() method in XPathParts
1230 if (getDtdData().isDistinguishing(getElement(i), k) in getSpecialNondistinguishingAttributes()
DCLDRFile.java2857 if (distinguishingParts.getDtdData() == null) {
2860 DtdType type = distinguishingParts.getDtdData().dtdType;
2962 DtdType type = distinguishingParts.getDtdData().dtdType;
3684 public DtdData getDtdData() {
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java116 pathChecker.checkPathHeader(cldrFile.getDtdData(), path); in tempTestCompletenessLdmlDtd()
1225 …supplementalFile.getDtdData().getRegularizedPaths(parts.set(supplementalFile.getFullXPath(test)), … in TestSupplementalItems()
DTestBasic.java195 DtdType type = parts.getDtdData().dtdType; in checkDtds()