Searched refs:localeWhereFound (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GetChanges.java | 99 Output<String> localeWhereFound = new Output<>(); in compare() local 135 vxmlValue = vxmlFileResolved.getBaileyValue(path, pathWhereFound, localeWhereFound); in compare() 136 if (ROOT_OR_CODE_FALLBACK.contains(localeWhereFound.value)) { in compare() 223 Output<String> localeWhereFound = new Output<String>(); in old() local 297 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in old() 298 if (!"root".equals(localeWhereFound.value) in old() 299 && !"code-fallback".equals(localeWhereFound.value) in old()
|
D | FindHardInheritance.java | 62 static Output<String> localeWhereFound = new Output<>(); field in FindHardInheritance 132 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
|
D | GenerateProductionData.java | 289 Output<String> localeWhereFound = new Output<>(); in copyFilesAndReturnIsEmpty() local 326 …tring bailey = cldrFileResolved.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in copyFilesAndReturnIsEmpty() 331 || (!Objects.equals(XMLSource.ROOT_ID, localeWhereFound.value) in copyFilesAndReturnIsEmpty() 332 … && !Objects.equals(XMLSource.CODE_FALLBACK_ID, localeWhereFound.value)))) { in copyFilesAndReturnIsEmpty()
|
D | DiffCldr.java | 77 Output<String> localeWhereFound = new Output<>(); in main() local 114 …ring bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFound); in main()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 57 public final String localeWhereFound; field in XMLSource.AliasLocation 59 public AliasLocation(String pathWhereFound, String localeWhereFound) { in AliasLocation() argument 61 this.localeWhereFound = localeWhereFound; in AliasLocation() 696 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath() 705 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource() 819 …ring getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getBaileyValue() argument 821 if (localeWhereFound != null) { in getBaileyValue() 822 localeWhereFound.value = fullStatus.localeWhereFound; in getBaileyValue() 907 return fullStatus.localeWhereFound; in getSourceLocaleIdExtended() 1648 …ring getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getBaileyValue() argument
|
D | CLDRFile.java | 623 …ring getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getBaileyValue() argument 624 String result = dataSource.getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getBaileyValue() 628 result = dataSource.getBaileyValue(fallbackPath, pathWhereFound, localeWhereFound); in getBaileyValue() 651 …structedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getConstructedBaileyValue() argument 658 if (localeWhereFound != null) { in getConstructedBaileyValue() 659 localeWhereFound.value = getLocaleID(); in getConstructedBaileyValue() 671 return getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getConstructedBaileyValue() 3084 Output<String> localeWhereFound = new Output<String>(); 3086 winningValue = getBaileyValue(path, pathWhereFound, localeWhereFound); 3105 Output<String> localeWhereFound = new Output<String>(); [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMisc.java | 556 String localeWhereFound = cldrFile.getSourceLocaleID(requestedPath, status); in showEnglish() local 557 … if (!localeWhereFound.equals(requestedLocale) || !status.pathWhereFound.equals(requestedPath)) { in showEnglish() 559 + "\tfound locale:\t" + localeWhereFound in showEnglish() 560 + "\tsame?\t" + localeWhereFound.equals(requestedLocale) in showEnglish()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCLDRFile.java | 429 Output<String> localeWhereFound = new Output<String>(); in testGeorgeBailey() local 441 pathWhereFound, localeWhereFound); in testGeorgeBailey() 465 localeWhereFound.value); in testGeorgeBailey()
|