Searched refs:getISOCountries (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/util/resources/TimeZone/
H A DBug4640234.java82 String[] countries = locEn.getISOCountries();
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java439 test = Locale.getISOCountries();
444 errln("Expected getISOCountries to return 249 countries; it returned " + test.length);
471 test = Locale.getISOCountries();
473 test = Locale.getISOCountries();
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java946 public static String[] getISOCountries() { method in class:Locale

Completed in 221 milliseconds