Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDtdType.java11 public enum DtdType { enum
68 private DtdType(String dtdPath) { in DtdType() method in DtdType
72 private DtdType(DtdStatus status, String sinceVersion) { in DtdType() method in DtdType
80 private DtdType(String dtdPath, DtdType realType) { in DtdType() method in DtdType
84 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() method in DtdType
H A DElementAttributeInfo.java77 Map<DtdType, ElementAttributeInfo> result, DtdType type, String path) in addElementAttributeInfo()
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestBasic.java174 Relation<R2<DtdType, String>, String> foundAttributes, in checkDtds()
227 public void showFoundElements(Relation<Row.R2<DtdType, String>, String> foundAttributes) { in showFoundElements()
312 DtdType type, in siftDeprecated() argument