Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdType.java31 public final String firstVersion; field in DtdType
42 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowDtdDiffs.java42 String firstVersion = FIRST_VERSION.get(type); in main() local
DChartDtdDelta.java91 String firstVersion = type.firstVersion; // FIRST_VERSION.get(type); in writeContents() local