Home
last modified time | relevance | path

Searched defs:dtdPath (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.java43 public final String dtdPath; field in DtdType
68 private DtdType(String dtdPath) { in DtdType()
80 private DtdType(String dtdPath, DtdType realType) { in DtdType()
84 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType()
H A DDTD2XSD.java29 final String dtdPath = CLDRPaths.BASE_DIRECTORY + type.dtdPath; in write() local
36 DtdType type, DtdData data, final String dtdPath, final String xsdPath) { in writeXsd()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateDtd.java37 String dtdPath = CLDRPaths.BASE_DIRECTORY + type.dtdPath; in main() local