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

/openjdk7/jdk/test/sun/util/resources/Locale/
H A DBug4429024.java109 static int getLanguage(String inLang, String localizedName){ argument
114 if (!inLocale.getDisplayLanguage(fiLocale).equals(localizedName)){
115 System.out.println("Language " + inLang +" should be \"" + localizedName + "\", not \"" + inLocale.getDisplayLanguage(fiLocale) + "\"");
123 static int getCountry(String inCountry, String localizedName){ argument
128 if (!inLocale.getDisplayCountry(fiLocale).equals(localizedName)){
129 System.out.println("Country " + inCountry + " should be \"" + localizedName + "\", not \"" + inLocale.getDisplayCountry(fiLocale) + "\"");

Completed in 36 milliseconds