Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DDtdType.java10 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
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestBasic.java169 Relation<R2<DtdType, String>, String> foundAttributes, in checkDtds()
222 Relation<Row.R2<DtdType, String>, String> foundAttributes) { in showFoundElements()
288 DtdType type, in siftDeprecated() argument