/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 57 public final String pathWhereFound; field in XMLSource.AliasLocation 60 public AliasLocation(String pathWhereFound, String localeWhereFound) { in AliasLocation() argument 61 this.pathWhereFound = pathWhereFound; in AliasLocation() 488 status.pathWhereFound = CLDRFile.getDistinguishingXPath(path, null, false); in getSourceLocaleID() 721 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath() 724 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath() 771 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath() 774 } else if (fullPathWhereFound.equals(fullStatus.pathWhereFound)) { in getFullPathAtDPath() 799 result = getSource(fullStatus).getChangeDateAtDPath(fullStatus.pathWhereFound); in getChangeDateAtDPath() 812 XPathParts pathWhereFoundParts = new XPathParts().set(fullStatus.pathWhereFound); in getFullPath() [all …]
|
D | CLDRFile.java | 591 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() argument 592 String result = dataSource.getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getBaileyValue() 596 result = dataSource.getBaileyValue(fallbackPath, pathWhereFound, localeWhereFound); in getBaileyValue() 619 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue() argument 629 if (pathWhereFound != null) { in getConstructedBaileyValue() 630 pathWhereFound.value = null; // TODO make more useful in getConstructedBaileyValue() 639 return getBaileyValue(xpath, pathWhereFound, localeWhereFound); in getConstructedBaileyValue() 2980 public String pathWhereFound; 2983 return pathWhereFound; 3127 Output<String> pathWhereFound = new Output<String>(); [all …]
|
D | ICUServiceBuilder.java | 873 … real.value = status.pathWhereFound.equals(path) && cldrFile.getLocaleID().equals(locale);
|
D | VettingViewer.java | 1327 boolean isAliased = path.equals(status.pathWhereFound); in getMissingStatus()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
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 | 241 + (path.equals(status.pathWhereFound) ? "" : ", source_path: " in testExtraPaths() 429 Output<String> pathWhereFound = new Output<String>(); in testGeorgeBailey() local 440 pathWhereFound, localeWhereFound); in testGeorgeBailey() 470 status.pathWhereFound, pathWhereFound.value); in testGeorgeBailey()
|
D | TestPaths.java | 67 if (!status.pathWhereFound.equals(path) in VerifyEnglishVsRoot() 124 if (status.pathWhereFound == null) { in TestGetFullPath()
|
D | TestPathHeader.java | 1003 if (!original.equals(status.pathWhereFound)) { in TestZ()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindHardInheritance.java | 29 static Output<String> pathWhereFound = new Output<>(); field in FindHardInheritance 84 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
|
D | GetChanges.java | 72 Output<String> pathWhereFound = new Output<String>(); in main() local 145 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in main()
|
D | DiffCldr.java | 76 Output<String> pathWhereFound = new Output<>(); in main() local 114 …String bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFoun… in main()
|
D | GenerateComparison.java | 253 if (!newStatus.pathWhereFound.equals(path)) { in main() 517 String oldRootValue = oldRoot.getStringValue(oldStatus.pathWhereFound); in getStatus()
|
D | SearchCLDR.java | 204 + (path.equals(status.pathWhereFound) ? "\t≣" : "\t" + status); in main()
|
D | ChartDelta.java | 385 if (!path.equals(currentStatus.pathWhereFound) in writeLdml() 386 && !path.equals(oldStatus.pathWhereFound)) { in writeLdml()
|
D | ShowStarredCoverage.java | 316 if (!path.equals(status.pathWhereFound)) { in doLdml()
|
D | ShowData.java | 273 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 | 218 if (!path.equals(status.pathWhereFound)) { in checkAliases() 552 … if (!localeWhereFound.equals(requestedLocale) || !status.pathWhereFound.equals(requestedPath)) { in showEnglish() 556 + "\tfound path:\t" + status.pathWhereFound in showEnglish() 557 + "\tsame?\t" + status.pathWhereFound.equals(requestedPath)); in showEnglish()
|
D | CheckCoverage.java | 89 boolean isAliased = path.equals(status.pathWhereFound); in handleCheck()
|
D | CheckForCopy.java | 158 … if (!getCldrFileToCheck().getLocaleID().equals(loc) || !path.equals(status.pathWhereFound)) { in handleCheck()
|
D | DateOrder.java | 80 if (!path.equals(status.pathWhereFound)) { in getOrderingInfo()
|
D | CheckWidths.java | 338 && (status.pathWhereFound.compareTo(path) != 0); in handleCheck()
|
D | ConsoleCheckCLDR.java | 648 if (!path.equals(otherPath.pathWhereFound)) { in main() 1564 : (status.pathWhereFound.equals(path) ? "" in showValue() 1565 : "\t" + status.pathWhereFound); in showValue()
|
D | CheckDates.java | 305 …if (!path.equals(status.pathWhereFound) || !sourceLocale.equals(getCldrFileToCheck().getLocaleID()… in handleCheck()
|