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

/openjdk7/jdk/test/sun/util/resources/Locale/
H A DBug4429024.java100 errors += getCountry(fiCountries[i][0], fiCountries[i][1]);
123 static int getCountry(String inCountry, String localizedName){ method in class:Bug4429024
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java274 * about itself. Use <code>getCountry</code> to get the country (or region)
824 new GetPropertyAction(category.countryKey, defaultLocale.getCountry())),
1032 public String getCountry() { method in class:Locale
2011 * country subtag in upper case. (See <a href="java/util/Locale.html#getCountry()">getCountry()</a>)
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX500Name.java451 public String getCountry() throws IOException { method in class:X500Name

Completed in 61 milliseconds