Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRFile.java626 String display = eng.getConstructedBaileyValue(prefix + "zh_Hans" in TestConstructedBailey()
629 display = eng.getConstructedBaileyValue(prefix + "es_US" + "\"]", null, in TestConstructedBailey()
632 display = eng.getConstructedBaileyValue(prefix + "es_US" in TestConstructedBailey()
635 display = eng.getConstructedBaileyValue(prefix + "es" + "\"]", null, in TestConstructedBailey()
638 display = eng.getConstructedBaileyValue(prefix + "missing" + "\"]", in TestConstructedBailey()
DTestAlt.java95 …String actualBailey = testCldrFile.getConstructedBaileyValue(plain+altMedium, pathWhereFound, loca… in testAlt()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForCopy.java157 value = cldrFile.getConstructedBaileyValue(path, null, null); in sameAsCodeOrEnglish()
DCheckCLDR.java1117 value = cldrFileToCheck.getConstructedBaileyValue(path, null, null); in check()
1214 value = getCldrFileToCheck().getConstructedBaileyValue(path, null, null); in handleCheck()
DExampleGenerator.java307 value = cldrFile.getConstructedBaileyValue(xpath, null, null); in getExampleHtml()
1768 result = cldrFile.getConstructedBaileyValue(xpath, null, null); in handleDisplayNames()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java223 String bailey = cldrFileResolved.getConstructedBaileyValue(xpath, null, null); in main()
DGetChanges.java297 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in old()
DGenerateProductionData.java326 …String bailey = cldrFileResolved.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound… in copyFilesAndReturnIsEmpty()
DChartDelta.java448 … currentValue = current.getConstructedBaileyValue(path, null, null); in writeLdml()
452 oldValue = old.getConstructedBaileyValue(path, null, null); in writeLdml()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java346 value = file.getConstructedBaileyValue(path, null, null); in mapPathsToSections()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java654 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() method in CLDRFile