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

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCollatorProviderTest.java35 List<Locale> availloc = Arrays.asList(Collator.getAvailableLocales()); field in class:CollatorProviderTest
49 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
63 for (Locale target: availloc) {
H A DDateFormatSymbolsProviderTest.java35 List<Locale> availloc = Arrays.asList(DateFormatSymbols.getAvailableLocales()); field in class:DateFormatSymbolsProviderTest
49 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
61 for (Locale target: availloc) {
H A DDecimalFormatSymbolsProviderTest.java35 List<Locale> availloc = Arrays.asList(DecimalFormatSymbols.getAvailableLocales()); field in class:DecimalFormatSymbolsProviderTest
49 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
61 for (Locale target: availloc) {
H A DBreakIteratorProviderTest.java36 List<Locale> availloc = Arrays.asList(BreakIterator.getAvailableLocales()); field in class:BreakIteratorProviderTest
55 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
67 for (Locale target: availloc) {
H A DDateFormatProviderTest.java35 List<Locale> availloc = Arrays.asList(DateFormat.getAvailableLocales()); field in class:DateFormatProviderTest
51 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
63 for (Locale target: availloc) {
H A DNumberFormatProviderTest.java37 List<Locale> availloc = Arrays.asList(NumberFormat.getAvailableLocales()); field in class:NumberFormatProviderTest
52 Set<Locale> localesFromAPI = new HashSet<Locale>(availloc);
64 for (Locale target: availloc) {

Completed in 44 milliseconds