Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCldrXmlWriter.java62 String fixedPath = "../../" + dtdType.dtdPath; in start() local
65 fixedPath = dtdDir + dtdType + ".dtd"; in start()
67 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in start()
DXMLSource.java56 transient String[] fixedPath = new String[1]; field in XMLSource
271 String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath); in putValueAtPath()
273 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()
275 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPathHeader.java1270 for (String fixedPath : fixedPaths) { in checkPathHeader()
1271 checkSubpath(fixedPath); in checkPathHeader()