Home
last modified time | relevance | path

Searched refs:currentLocaleID (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DFactory.java125 String currentLocaleID = localeID; in makeWithFallback() local
127 while (!availableLocales.contains(currentLocaleID) && !"root".equals(currentLocaleID)) { in makeWithFallback()
128 currentLocaleID = LocaleIDParser.getParent(currentLocaleID); in makeWithFallback()
130 return make(currentLocaleID, true, madeWithMinimalDraftStatus); in makeWithFallback()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleDependencies.java354 for (String currentLocaleID = LocaleIDParser.getParent(localeId); in getParentSources()
355 currentLocaleID != null; in getParentSources()
356 currentLocaleID = LocaleIDParser.getParent(currentLocaleID)) { in getParentSources()
357 parents.add(factory.makeSource(currentLocaleID)); in getParentSources()