/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAlt.java | 78 Output<String> pathWhereFound = new Output<String>(); in testAlt() local 91 pathWhereFound.value = status.pathWhereFound; in testAlt() 92 assertEquals("Regular, pathWhereFound", plain, pathWhereFound.value); in testAlt() 95 …tualBailey = testCldrFile.getConstructedBaileyValue(plain+altMedium, pathWhereFound, localeWhereFo… in testAlt() 98 assertEquals("Bailey, pathWhereFound", plain, pathWhereFound.value); in testAlt()
|
D | TestAliases.java | 78 String actualPath = status.pathWhereFound; in testCountBase() 98 String actualPath = status.pathWhereFound; in testCountFull() 154 String actualPath = status.pathWhereFound; in checkEmitChanged()
|
D | TestCLDRFile.java | 353 + (path.equals(status.pathWhereFound) ? "" in testExtraPaths() 542 Output<String> pathWhereFound = new Output<>(); in testGeorgeBailey() local 552 … String baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 573 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 581 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey() 587 status.pathWhereFound, pathWhereFound.value)) { in testGeorgeBailey() 588 … baileyValue = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in testGeorgeBailey()
|
D | TestPaths.java | 65 if (!status.pathWhereFound.equals(path) in VerifyEnglishVsRoot() 172 if (status.pathWhereFound == null) { in checkFullpathValue()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 68 public final String pathWhereFound; field in XMLSource.AliasLocation 71 public AliasLocation(String pathWhereFound, String localeWhereFound) { in AliasLocation() argument 72 this.pathWhereFound = pathWhereFound; in AliasLocation() 501 status.pathWhereFound = CLDRFile.getDistinguishingXPath(path, null); in getSourceLocaleID() 755 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath() 758 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath() 810 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath() 813 } else if (fullPathWhereFound.equals(fullStatus.pathWhereFound)) { in getFullPathAtDPath() 838 result = getSource(fullStatus).getChangeDateAtDPath(fullStatus.pathWhereFound); in getChangeDateAtDPath() 854 … XPathParts pathWhereFoundParts = XPathParts.getFrozenInstance(fullStatus.pathWhereFound); in getFullPath() [all …]
|
D | UnitPathType.java | 150 …+ (status.pathWhereFound.equals(path) ? "" : "\n\t\trequestPath: " + path + "\n\t\tactualPath: " … in getTrans()
|
D | CLDRFile.java | 612 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() argument 613 String result = dataSource.getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getBaileyValue() 627 if (pathWhereFound != null) { in getBaileyValue() 628 pathWhereFound.value = status.pathWhereFound; in getBaileyValue() 654 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() argument 660 if (pathWhereFound != null) { in getConstructedBaileyValue() 661 pathWhereFound.value = null; // TODO make more useful in getConstructedBaileyValue() 665 return getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getConstructedBaileyValue() 2995 public String pathWhereFound; 2999 return pathWhereFound; [all …]
|
D | ICUServiceBuilder.java | 895 … real.value = status.pathWhereFound.equals(path) && cldrFile.getLocaleID().equals(locale);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GetChanges.java | 100 Output<String> pathWhereFound = new Output<>(); in compare() local 135 vxmlValue = vxmlFileResolved.getBaileyValue(path, pathWhereFound, localeWhereFound); in compare() 224 Output<String> pathWhereFound = new Output<>(); in old() local 297 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in old()
|
D | FindHardInheritance.java | 63 static Output<String> pathWhereFound = new Output<>(); field in FindHardInheritance 132 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
|
D | DiffCldr.java | 76 Output<String> pathWhereFound = new Output<>(); in main() local 114 …String bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFoun… in main()
|
D | GenerateProductionData.java | 288 Output<String> pathWhereFound = new Output<>(); in copyFilesAndReturnIsEmpty() local 326 …String bailey = cldrFileResolved.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound… in copyFilesAndReturnIsEmpty() 329 || pathEqualsOrIsAltVariantOf(xpath, pathWhereFound.value)) in copyFilesAndReturnIsEmpty()
|
D | GenerateComparison.java | 257 if (!newStatus.pathWhereFound.equals(path)) { in main() 521 String oldRootValue = oldRoot.getStringValue(oldStatus.pathWhereFound); in getStatus()
|
D | SearchCLDR.java | 331 + (path.equals(status.pathWhereFound) ? "\t≣" : "\t" + status); in main()
|
D | ShowStarredCoverage.java | 316 if (!path.equals(status.pathWhereFound)) { in doLdml()
|
D | ChartDelta.java | 440 if (!path.equals(currentStatus.pathWhereFound) in writeLdml() 441 && !path.equals(oldStatus.pathWhereFound)) { in writeLdml()
|
D | ShowData.java | 275 boolean isAliased = !status.pathWhereFound.equals(path); in main()
|
D | GenerateSidewaysView.java | 737 if (!path.equals(status.pathWhereFound)) { in getValue()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMisc.java | 217 if (!path.equals(status.pathWhereFound)) { in checkAliases() 558 … if (!localeWhereFound.equals(requestedLocale) || !status.pathWhereFound.equals(requestedPath)) { in showEnglish() 562 + "\tfound path:\t" + status.pathWhereFound in showEnglish() 563 + "\tsame?\t" + status.pathWhereFound.equals(requestedPath)); in showEnglish()
|
D | CheckCoverage.java | 97 boolean isAliased = path.equals(status.pathWhereFound); in handleCheck()
|
D | CheckForCopy.java | 124 || !path.equals(status.pathWhereFound)) { in sameAsCodeOrEnglish()
|
D | DateOrder.java | 80 if (!path.equals(status.pathWhereFound)) { in getOrderingInfo()
|
D | CheckWidths.java | 347 && (status.pathWhereFound.compareTo(path) != 0); in handleCheck()
|
D | ConsoleCheckCLDR.java | 648 if (!path.equals(otherPath.pathWhereFound)) { in main() 1547 : (status.pathWhereFound.equals(path) ? "" in showValue() 1548 : "\t" + status.pathWhereFound); in showValue()
|
D | ExampleGenerator.java | 1838 Output<String> pathWhereFound = null; in handleDisplayNames() local 1840 …|| cldrFile.getStringValueWithBailey(xpath + ALT_STAND_ALONE, pathWhereFound = new Output<>(), nul… in handleDisplayNames() 1841 || !pathWhereFound.value.contains(ALT_STAND_ALONE)) { in handleDisplayNames()
|