Searched refs:currentLocaleID (Results 1 – 2 of 2) sorted by relevance
125 String currentLocaleID = localeID; in makeWithFallback() local127 while (!availableLocales.contains(currentLocaleID) && !"root".equals(currentLocaleID)) { in makeWithFallback()128 currentLocaleID = LocaleIDParser.getParent(currentLocaleID); in makeWithFallback()130 return make(currentLocaleID, true, madeWithMinimalDraftStatus); in makeWithFallback()
354 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()