Searched refs:fixedPath (Results 1 – 4 of 4) sorted by relevance
150 std::string fixedPath = std::string(path); in canonicalizePath() local151 std::replace(fixedPath.begin(), fixedPath.end(), sep, '/'); in canonicalizePath()152 return fixedPath; in canonicalizePath()
55 transient String[] fixedPath = new String[1]; field in XMLSource170 String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath); in putValueAtPath()172 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()174 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
428 String fixedPath = "../../" + dtdType.dtdPath; in write() local432 fixedPath = dtdDir + dtdType + ".dtd"; in write()434 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in write()
1273 for (String fixedPath : fixedPaths) { in checkPathHeader()1274 checkSubpath(fixedPath); in checkPathHeader()