Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java594 String result = dataSource.getValueAtPath(xpath); in getStringValue()
598 result = dataSource.getValueAtPath(fallbackPath); in getStringValue()
621 result = dataSource.getValueAtPath(fallbackPath); in getBaileyValue()
870 String myValue = dataSource.getValueAtPath(key); in putAll()
881 if (dataSource.getValueAtPath(path) != null) { in putAll()
955 …appendFinalComment(dataSource.getFullPath(xpath) + "::<" + dataSource.getValueAtPath(xpath) + ">"); in remove()
1043 String currentValue = dataSource.getValueAtPath(xpath); in removeDuplicates()
1049 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
1057 otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
2741 dataSource.putValueAtPath(parts.toString(), dataSource.getValueAtPath(path));
[all …]
DXMLSource.java99 … if (conflict_resolution == CLDRFile.MERGE_KEEP_MINE && getValueAtPath(path) != null) continue; in putAll()
540 public String getValueAtPath(String xpath) { in getValueAtPath() method in XMLSource
1679 String value = getValueAtPath(newPath); // ensure that it still works in getWinningPath()
1722 return getValueAtPath(path) != null; in isHere()
DXMLNormalizingLoader.java307 String former = source.getValueAtPath(fullXPath); in addPath()