Searched defs:jreloc (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCollatorProviderTest.java37 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:CollatorProviderTest
50 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
66 boolean jreSupportsLocale = jreloc.contains(target);
H A DDateFormatSymbolsProviderTest.java37 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:DateFormatSymbolsProviderTest
50 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
64 boolean jreSupportsLocale = jreloc.contains(target);
H A DDecimalFormatSymbolsProviderTest.java37 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:DecimalFormatSymbolsProviderTest
50 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
64 boolean jreSupportsLocale = jreloc.contains(target);
H A DBreakIteratorProviderTest.java38 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:BreakIteratorProviderTest
56 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
72 boolean jreSupportsLocale = jreloc.contains(target);
H A DDateFormatProviderTest.java37 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:DateFormatProviderTest
52 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
74 boolean jreSupportsLocale = jreloc.contains(target);
H A DNumberFormatProviderTest.java39 List<Locale> jreloc = Arrays.asList(LocaleData.getAvailableLocales()); field in class:NumberFormatProviderTest
53 Set<Locale> localesExpected = new HashSet<Locale>(jreloc);
67 boolean jreSupportsLocale = jreloc.contains(target);

Completed in 106 milliseconds