Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRecordingCLDRFile.java46 public String getConstructedValue(String xpath) { in getConstructedValue() method in RecordingCLDRFile
48 return super.getConstructedValue(xpath); in getConstructedValue()
DCLDRFile.java655 String constructedValue = getConstructedValue(xpath); in getConstructedBaileyValue()
3789 public String getConstructedValue(String xpath) {
3838 String constructedValue = getConstructedValue(xpath);
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForCopy.java169 value2 = cldrFile.getConstructedValue(path); in sameAsCodeOrEnglish()