Searched refs:jreloc (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DPrivateTransportTest.sh95 jreloc=${TESTJAVA}/jre
96 if [ ! -d ${jreloc} ] ; then
97 jreloc=${TESTJAVA}
124 libloc=${jreloc}/lib/${libarch}
127 xx=`find ${jreloc}/lib -name libdt_socket.so`
131 libloc=${jreloc}/lib
135 libloc=${jreloc}/bin
141 libloc=${jreloc}/bin
/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 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 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 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 43 milliseconds