Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1040 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 …]
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java867 private String addReferencesIfNeeded(String newFullPath, String fullXPath) { in addReferencesIfNeeded() argument
868 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 …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java956 final String fullXPath = cldrFile.getFullXPath(path); in showDifferences() local
957 if (fullXPath.contains("[@draft=\"unconfirmed\"]") in showDifferences()
958 || fullXPath.contains("[@draft=\"provisional\"]")) { in showDifferences()
968 logln("\t\t" + locale + " fullpath:\t" + fullXPath); in showDifferences()