Searched defs:localeList (Results 1 – 10 of 10) sorted by relevance
161 LocaleList localeList = new LocaleList(locale1, locale2); in testToLanguageTags() local
343 LocaleList localeList = config.getLocales(); in getLocales() local
165 public static String toLanguageTags(LocaleList localeList) { in toLanguageTags()
132 private static Locale[] localeList = { field in DemoUtility
144 Set<String> localeList = localeCounter.getKeysetSortedByCount(false); in main() local
273 String localeList = attributes.getValue("locales"); in setAttributes() local
358 LocaleList localeList = LocaleList.getDefault(); in deleteUnusedModelFiles() local
463 private AnnotatorModel getAnnotatorImpl(LocaleList localeList) throws IOException { in getAnnotatorImpl()
289 private Set<String> localeList = new TreeSet<>(); field in SimpleFactory
5280 const Locale *localeList = Locale::getAvailableLocales(numLocales); in TestBug11421() local