Searched defs:locales (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/locale/
H A DLocaleMatcher.java49 Collection<Locale> locales,
51 if (priorityList.isEmpty() || locales.isEmpty()) {
57 for (Locale locale : locales) {
64 // Create a list of matching locales.
181 Collection<Locale> locales) {
182 if (priorityList.isEmpty() || locales.isEmpty()) {
188 for (Locale locale : locales) {
48 filter(List<LanguageRange> priorityList, Collection<Locale> locales, FilteringMode mode) argument
180 lookup(List<LanguageRange> priorityList, Collection<Locale> locales) argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCalendarTest.java480 private static final Locale[] locales = new Locale[] { Locale.getDefault(), field in class:CalendarTest
638 Locale[] locales = Calendar.getAvailableLocales();
640 for (int i = 0; i < locales.length; i++) {
641 Locale l = locales[i];
797 for (Locale locale : locales) {
909 for (Locale locale : locales) {
955 for (Locale locale : locales) {
/libcore/ojluni/src/main/java/java/util/
H A DLocale.java261 * locales. For example, the following creates a <code>Locale</code> object
272 * resources for multiple locales, it sometimes needs to find one or more
273 * locales (or language tags) which meet each user's specific preferences. Note
277 * <p>In order to do matching a user's preferred locales to a set of language
280 * <em>Filtering</em> is used to get all matching locales, whereas
399 * represent the state of locales whose language, country, or variant
403 * away from constructing non-conforming locales and use the
411 * non-conforming locales are treated as special cases. These are
547 * <p>For example, if you're formatting integers some locales will use non-ASCII decimal
548 * digits. As another example, if you're formatting floating-point numbers some locales wil
3329 filter(List<LanguageRange> priorityList, Collection<Locale> locales, FilteringMode mode) argument
3352 filter(List<LanguageRange> priorityList, Collection<Locale> locales) argument
3418 lookup(List<LanguageRange> priorityList, Collection<Locale> locales) argument
[all...]

Completed in 40 milliseconds