Home
last modified time | relevance | path

Searched refs:pathWhereFound (Results 1 – 24 of 24) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java57 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 …]
DCLDRFile.java591 …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 …]
DICUServiceBuilder.java873 … real.value = status.pathWhereFound.equals(path) && cldrFile.getLocaleID().equals(locale);
DVettingViewer.java1327 boolean isAliased = path.equals(status.pathWhereFound); in getMissingStatus()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAliases.java78 String actualPath = status.pathWhereFound; in testCountBase()
98 String actualPath = status.pathWhereFound; in testCountFull()
154 String actualPath = status.pathWhereFound; in checkEmitChanged()
DTestCLDRFile.java241 + (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()
DTestPaths.java67 if (!status.pathWhereFound.equals(path) in VerifyEnglishVsRoot()
124 if (status.pathWhereFound == null) { in TestGetFullPath()
DTestPathHeader.java1003 if (!original.equals(status.pathWhereFound)) { in TestZ()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindHardInheritance.java29 static Output<String> pathWhereFound = new Output<>(); field in FindHardInheritance
84 String bailey = cldrFile.getBaileyValue(path, pathWhereFound, localeWhereFound); in getCounts()
DGetChanges.java72 Output<String> pathWhereFound = new Output<String>(); in main() local
145 … String baileyValue = snapshot.getConstructedBaileyValue(xpath, pathWhereFound, localeWhereFound); in main()
DDiffCldr.java76 Output<String> pathWhereFound = new Output<>(); in main() local
114 …String bailey = cldrFileResolved.getBaileyValue(distinguishedPath, pathWhereFound, localeWhereFoun… in main()
DGenerateComparison.java253 if (!newStatus.pathWhereFound.equals(path)) { in main()
517 String oldRootValue = oldRoot.getStringValue(oldStatus.pathWhereFound); in getStatus()
DSearchCLDR.java204 + (path.equals(status.pathWhereFound) ? "\t≣" : "\t" + status); in main()
DChartDelta.java385 if (!path.equals(currentStatus.pathWhereFound) in writeLdml()
386 && !path.equals(oldStatus.pathWhereFound)) { in writeLdml()
DShowStarredCoverage.java316 if (!path.equals(status.pathWhereFound)) { in doLdml()
DShowData.java273 boolean isAliased = !status.pathWhereFound.equals(path); in main()
DGenerateSidewaysView.java737 if (!path.equals(status.pathWhereFound)) { in getValue()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java218 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()
DCheckCoverage.java89 boolean isAliased = path.equals(status.pathWhereFound); in handleCheck()
DCheckForCopy.java158 … if (!getCldrFileToCheck().getLocaleID().equals(loc) || !path.equals(status.pathWhereFound)) { in handleCheck()
DDateOrder.java80 if (!path.equals(status.pathWhereFound)) { in getOrderingInfo()
DCheckWidths.java338 && (status.pathWhereFound.compareTo(path) != 0); in handleCheck()
DConsoleCheckCLDR.java648 if (!path.equals(otherPath.pathWhereFound)) { in main()
1564 : (status.pathWhereFound.equals(path) ? "" in showValue()
1565 : "\t" + status.pathWhereFound); in showValue()
DCheckDates.java305 …if (!path.equals(status.pathWhereFound) || !sourceLocale.equals(getCldrFileToCheck().getLocaleID()… in handleCheck()