Home
last modified time | relevance | path

Searched refs:getSourceLocaleID (Results 1 – 25 of 44) sorted by relevance

12

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAliases.java77 String actualLocale = factory.getSourceLocaleID(originalPath, status); in testCountBase()
97 String actualLocale = en.getSourceLocaleID(path, status); in testCountFull()
114 en.getSourceLocaleID(path, status); // for debugging in testCountFull()
153 String actualLocale = factory.getSourceLocaleID(path, status); in checkEmitChanged()
DTestCLDRFile.java347 String originalLocale = englishInfo.cldrFile.getSourceLocaleID( in testExtraPaths()
495 String id = german.getSourceLocaleID(xpath, null); in testResolution()
502 id = german.getSourceLocaleID(xpath, null); in testResolution()
509 id = german.getSourceLocaleID(xpath, null); in testResolution()
567 String locale2 = cldrFile.getSourceLocaleID(path, status); in testGeorgeBailey()
842 String source = af.getSourceLocaleID(xpath, status); in TestExtraPaths()
DTestCldrResolver.java51 || file.getSourceLocaleID(distinguishedPath, null) in TestNoCodeFallback()
DTestAlt.java90 localeWhereFound.value = testCldrFile.getSourceLocaleID(plain+altMedium, status); in testAlt()
/external/cldr/tools/java/org/unicode/cldr/util/
DLocaleStringProvider.java8 public String getSourceLocaleID(String xpath, Status status); in getSourceLocaleID() method
DUnitPathType.java146 String foundLocale = resolvedFile.getSourceLocaleID(path, status ); in getTrans()
DXMLSource.java499 public String getSourceLocaleID(String path, CLDRFile.Status status) { in getSourceLocaleID() method in XMLSource
518 return getSourceLocaleID(path, status); in getSourceLocaleIdExtended()
958 public String getSourceLocaleID(String distinguishedXPath, CLDRFile.Status status) { in getSourceLocaleID() method in XMLSource.ResolvingSource
DCLDRFile.java625 localeWhereFound.value = dataSource.getSourceLocaleID(fallbackPath, status); in getBaileyValue()
737 public String getSourceLocaleID(String distinguishedXPath, CLDRFile.Status status) { in getSourceLocaleID() method in CLDRFile
2251 String sourceLocale = getSourceLocaleID(path, status);
3175 String localeWhereFound2 = getSourceLocaleID(path, status);
3705 String source = getSourceLocaleID(distinguishedPath, null);
3898 public String getSourceLocaleID(String xpath, Status status) {
3905 return CLDRFile.this.getSourceLocaleID(xpath, status);
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCurrencies.java31 …if (!getCldrFileToCheck().getSourceLocaleID(path, null).equals(getCldrFileToCheck().getLocaleID())… in handleCheck()
DCheckMetazones.java24 …if (!getCldrFileToCheck().getSourceLocaleID(path, null).equals(getCldrFileToCheck().getLocaleID())… in handleCheck()
DDateOrder.java140 String locale1 = resolved.getSourceLocaleID(path1, status); in getOrderingInfo()
146 String locale2 = resolved.getSourceLocaleID(path2, status); in getOrderingInfo()
DCheckConsistentCasing.java91 String locale2 = getCldrFileToCheck().getSourceLocaleID(path, null); in handleCheck()
250 String locale2 = resolved.getSourceLocaleID(path, null); in getSamples()
DQuickCheck.java239 String sourceLocale = file.getSourceLocaleID(path, null); in checkPaths()
243 String nonAltLocale = file.getSourceLocaleID(nonAltPath, null); in checkPaths()
DCheckForCopy.java121 String loc = cldrFile.getSourceLocaleID(path, status); in sameAsCodeOrEnglish()
DCheckLogicalGroupings.java91 String source = getResolvedCldrFileToCheck().getSourceLocaleID(path, null); in isHereOrNonRoot()
DCheckWidths.java341 this.getCldrFileToCheck().getSourceLocaleID(path, status); in handleCheck()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPluralMinimalPairs.java41 String foundLocale = cldrFile.getSourceLocaleID(path, null); in getInstance()
DPivotData.java141 if (resolvedParent.getSourceLocaleID(path, status).equals(parentID)) { in writePivot()
DGetChanges.java118 String foundId = trunkFileResolved.getSourceLocaleID(path, status); in compare()
DGenerateCoverageLevels.java106 String source = cldrFile.getSourceLocaleID(path, null); in showEnglish()
559 String source = cldrFile.getSourceLocaleID(path, status); in getMainData()
DChartDelta.java432 … String sourceLocaleCurrent = current.getSourceLocaleID(path, currentStatus); in writeLdml()
486 return old.getSourceLocaleID(path, oldStatus); in getReformattedPath()
512 return old.getSourceLocaleID(oldStylePath, oldStatus); in getReformattedPath()
DFilterFactory.java175 String sourceLocale = resolvedParent.getSourceLocaleID(xpath, null); in removeRedundantPaths()
DGenerateChangeChart.java83 String source = oldFile.getSourceLocaleID(path, status); in main()
DSearchCLDR.java330 : file.getSourceLocaleID(path, status) in main()
/external/cldr/tools/java/org/unicode/cldr/tool/resolver/
DCldrResolver.java262 if (resolutionType == ResolutionType.NO_CODE_FALLBACK && file.getSourceLocaleID( in resolveLocaleInternal()

12