Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java102 final String oldValue = getValueAtDPath(path); in putAll()
106 final String newValue = otherSource.getValueAtDPath(path); in putAll()
513 return getValueAtDPath(CLDRFile.getDistinguishingXPath(xpath, null, nonInheriting)); in getValueAtPath()
553 abstract public String getValueAtDPath(String path); in getValueAtDPath() method in XMLSource
556 return (getValueAtDPath(path) != null); in hasValueAtDPath()
644 String value = getValueAtDPath(path); in toString()
660 String value = getValueAtDPath(path); in toString()
710 public String getValueAtDPath(String xpath) { in getValueAtDPath() method in XMLSource.ResolvingSource
724 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()
846 return getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getBaileyValue()
[all …]
DSimpleXMLSource.java43 public String getValueAtDPath(String xpath) { in getValueAtDPath() method in SimpleXMLSource
127 String value = normalize(getValueAtDPath(path)); in getPathsWithValue()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestXMLSource.java41 public String getValueAtDPath(String path) { in getValueAtDPath() method in TestXMLSource.DummyXMLSource