Home
last modified time | relevance | path

Searched refs:getConstructedBaileyValue (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRFile.java505 String display = eng.getConstructedBaileyValue(prefix + "zh_Hans" in TestConstructedBailey()
508 display = eng.getConstructedBaileyValue(prefix + "es_US" + "\"]", null, in TestConstructedBailey()
511 display = eng.getConstructedBaileyValue(prefix + "es_US" in TestConstructedBailey()
514 display = eng.getConstructedBaileyValue(prefix + "es" + "\"]", null, in TestConstructedBailey()
517 display = eng.getConstructedBaileyValue(prefix + "missing" + "\"]", in TestConstructedBailey()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGetChanges.java145 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in main()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java1099 value = cldrFileToCheck.getConstructedBaileyValue(path, null, null); in check()
1209 value = getCldrFileToCheck().getConstructedBaileyValue(path, null, null); in handleCheck()
DExampleGenerator.java300 value = englishFile.getConstructedBaileyValue(xpath, null, null); in getExampleHtml()
302 value = cldrFile.getConstructedBaileyValue(xpath, null, null); in getExampleHtml()
1573 result = cldrFile.getConstructedBaileyValue(xpath, null, null); in handleDisplayNames()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java321 value = file.getConstructedBaileyValue(path, null, null); in mapPathsToSections()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java619 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() method in CLDRFile