Home
last modified time | relevance | path

Searched refs:dtdPath (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdType.java29 public final String dtdPath; field in DtdType
34 private DtdType(String dtdPath) { in DtdType() argument
35 this(dtdPath, null, null); in DtdType()
38 private DtdType(String dtdPath, DtdType realType) { in DtdType() argument
39 this(dtdPath, null, realType); in DtdType()
42 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() argument
43 this.dtdPath = dtdPath; in DtdType()
69 … + "<!DOCTYPE " + this + " SYSTEM '../../" + dtdPath + "'>\n" // "common/dtd/ldmlSupplemental.dtd" in header()
DDtdData.java654 File file = new File(directory, type.dtdPath); in readFile()
DCLDRFile.java415 String fixedPath = "../../" + dtdType.dtdPath; in write()