Searched refs:currentLocaleID (Results 1 – 1 of 1) sorted by relevance
124 String currentLocaleID = localeID; in makeWithFallback() local126 while (!availableLocales.contains(currentLocaleID) && currentLocaleID != "root") { in makeWithFallback()127 currentLocaleID = LocaleIDParser.getParent(currentLocaleID); in makeWithFallback()129 return make(currentLocaleID, true, madeWithMinimalDraftStatus); in makeWithFallback()