Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java54 transient String[] fixedPath = new String[1]; field in XMLSource
153 … String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath, nonInheriting); in putValueAtPath()
155 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()
157 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
DCLDRFile.java415 String fixedPath = "../../" + dtdType.dtdPath; in write() local
420 fixedPath = dtdDir + dtdType + ".dtd"; in write()
425 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in write()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java1171 for (String fixedPath : fixedPaths) { in checkPathHeader()
1172 checkSubpath(fixedPath); in checkPathHeader()