Searched defs:DtdType (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdType.java | 10 public enum DtdType { enum 41 private DtdType(String dtdPath) { in DtdType() method in DtdType 45 private DtdType(String dtdPath, DtdType realType) { in DtdType() method in DtdType 49 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/ |
D | TestBasic.java | 169 Relation<R2<DtdType, String>, String> foundAttributes, in checkDtds() 222 Relation<Row.R2<DtdType, String>, String> foundAttributes) { in showFoundElements() 288 DtdType type, in siftDeprecated() argument
|