Searched refs:getISO3Country (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java226 if (!testLocale.getISO3Country().equals(dataTable[CTRY3][i]))
227 errln(" ISO-3 country code mismatch: " + testLocale.getISO3Country()
393 result = test.getISO3Country();
399 errln("getISO3Country() on xx_YY returned " + result + " instead of throwing an exception");
594 // This test checks to make sure getISO3Language and getISO3Country work right
610 String test = (new Locale("", iso2Countries[i], "")).getISO3Country();
882 * java.util.Locale.getISO3Country() works wrong for non ISO-3166 codes.
891 String result = locale.getISO3Country();
893 errln("ERROR: getISO3Country() returns: " + result +
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java1518 public String getISO3Country() throws MissingResourceException { method in class:Locale

Completed in 39 milliseconds