Home
last modified time | relevance | path

Searched defs:DtdType (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdType.java10 public enum DtdType { enum
34 private DtdType(String dtdPath) { in DtdType() method in DtdType
38 private DtdType(String dtdPath, DtdType realType) { in DtdType() method in DtdType
42 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() method in DtdType
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java163 Relation<R2<DtdType, String>, String> foundAttributes, in checkDtds()
216 Relation<Row.R2<DtdType, String>, String> foundAttributes) { in showFoundElements()
282 DtdType type, in siftDeprecated() argument