Searched refs:getConstructedBaileyValue (Results 1 – 11 of 11) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCLDRFile.java | 626 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()
|
D | TestAlt.java | 95 …String actualBailey = testCldrFile.getConstructedBaileyValue(plain+altMedium, pathWhereFound, loca… in testAlt()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckForCopy.java | 157 value = cldrFile.getConstructedBaileyValue(path, null, null); in sameAsCodeOrEnglish()
|
D | CheckCLDR.java | 1117 value = cldrFileToCheck.getConstructedBaileyValue(path, null, null); in check() 1214 value = getCldrFileToCheck().getConstructedBaileyValue(path, null, null); in handleCheck()
|
D | ExampleGenerator.java | 307 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/ |
D | GenerateDerivedAnnotations.java | 223 String bailey = cldrFileResolved.getConstructedBaileyValue(xpath, null, null); in main()
|
D | GetChanges.java | 297 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in old()
|
D | GenerateProductionData.java | 326 …String bailey = cldrFileResolved.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound… in copyFilesAndReturnIsEmpty()
|
D | ChartDelta.java | 448 … 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/ |
D | Ldml2JsonConverter.java | 346 value = file.getConstructedBaileyValue(path, null, null); in mapPathsToSections()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRFile.java | 654 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() method in CLDRFile
|