Home | History | Annotate | Download | only in text

Lines Matching defs:ulocales

649          *            A Set of ULocales, from which the language and associated script are extracted. If the locales Set
701 HashSet<ULocale> ulocales = new HashSet<ULocale>(locales.size());
703 ulocales.add(ULocale.forLocale(locale));
705 return setAllowedLocales(ulocales);