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

/openjdk7/jdk/test/sun/util/resources/Locale/
H A DBug4429024.java123 static int getCountry(String inCountry, String localizedName){ argument
126 Locale inLocale = new Locale ("", inCountry);
129 System.out.println("Country " + inCountry + " should be \"" + localizedName + "\", not \"" + inLocale.getDisplayCountry(fiLocale) + "\"");

Completed in 28 milliseconds