Searched refs:getConstructedBaileyValue (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCLDRFile.java | 505 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/ |
D | GetChanges.java | 145 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in main()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 1099 value = cldrFileToCheck.getConstructedBaileyValue(path, null, null); in check() 1209 value = getCldrFileToCheck().getConstructedBaileyValue(path, null, null); in handleCheck()
|
D | ExampleGenerator.java | 300 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/ |
D | Ldml2JsonConverter.java | 321 value = file.getConstructedBaileyValue(path, null, null); in mapPathsToSections()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRFile.java | 619 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() method in CLDRFile
|