Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java589 String result = dataSource.getValueAtPath(xpath); in getStringValue()
595 result = dataSource.getValueAtPath(fallbackPath); in getStringValue()
631 result = dataSource.getValueAtPath(fallbackPath); in getBaileyValue()
974 String myValue = dataSource.getValueAtPath(key); in putAll()
987 if (dataSource.getValueAtPath(path) != null) { in putAll()
1061 dataSource.getFullPath(xpath) + "::<" + dataSource.getValueAtPath(xpath) + ">"); in remove()
1145 String currentValue = dataSource.getValueAtPath(xpath); in removeDuplicates()
1151 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
1159 otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
2651 dataSource.putValueAtPath(parts.toString(), dataSource.getValueAtPath(path));
[all …]
DXMLSource.java195 if (conflict_resolution == CLDRFile.MERGE_KEEP_MINE && getValueAtPath(path) != null) in putAll()
610 public String getValueAtPath(String xpath) { in getValueAtPath() method in XMLSource
1850 String value = getValueAtPath(newPath); // ensure that it still works in getWinningPath()
1889 return getValueAtPath(path) != null; in isHere()
DXMLNormalizingLoader.java331 String former = source.getValueAtPath(fullXPath); in addPath()