Searched refs:resultLocales (Results 1 – 1 of 1) sorted by relevance
690 Locale[] resultLocales = new Locale[explicitLocales.size()]; in matchLocaleFromSupportedLocaleList() local698 resultLocales[i] = localeInfo.getLocale(); in matchLocaleFromSupportedLocaleList()703 if (resultLocales[i] == null) { in matchLocaleFromSupportedLocaleList()704 resultLocales[i] = locale; in matchLocaleFromSupportedLocaleList()707 return new LocaleList(resultLocales); in matchLocaleFromSupportedLocaleList()