Searched refs:fullXPath (Results 1 – 3 of 3) sorted by relevance
1040 String fullXPath = cldrFileToFilter.getFullXPath(xpath);1041 fullparts.set(fullXPath);1143 String fullXPath = cldrFileToFilter.getFullXPath(xpath);1144 if (!m.reset(fullXPath).matches()) {1211 String fullXPath = cldrFileToFilter.getFullXPath(xpath);1212 fullparts.set(fullXPath);1262 String fullXPath = cldrFileToFilter.getFullXPath(xpath);1264 parts.set(fullXPath);1269 … replace(fullXPath, newFullXpath, value, "converting to new duration unit structure");1347 String fullXPath = cldrFileToFilter.getFullXPath(xpath);[all …]
867 private String addReferencesIfNeeded(String newFullPath, String fullXPath) { in addReferencesIfNeeded() argument868 if (fullXPath == null || fullXPath.indexOf("[@references=") < 0) return newFullPath; in addReferencesIfNeeded()869 XPathParts parts = new XPathParts(null, null).set(fullXPath); in addReferencesIfNeeded()889 …System.out.println("Changing " + newFullPath + " plus " + fullXPath + " to " + newParts.toString()… in addReferencesIfNeeded()1688 private void addPath(String fullXPath, String value) {1689 if (fullXPath.startsWith("//ldml/dates")) {1692 String former = target.getStringValue(fullXPath);1694 String formerPath = target.getFullXPath(fullXPath);1695 if (!former.equals(value) || !fullXPath.equals(formerPath)) {1696 …if (!fullXPath.startsWith("//ldml/identity/version") && !fullXPath.startsWith("//ldml/identity/gen…[all …]
956 final String fullXPath = cldrFile.getFullXPath(path); in showDifferences() local957 if (fullXPath.contains("[@draft=\"unconfirmed\"]") in showDifferences()958 || fullXPath.contains("[@draft=\"provisional\"]")) { in showDifferences()968 logln("\t\t" + locale + " fullpath:\t" + fullXPath); in showDifferences()