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

/openjdk7/jdk/src/share/classes/java/util/spi/
H A DLocaleNameProvider.java105 * For example, if <code>countryCode</code> is "FR" and <code>locale</code>
106 * is en_US, getDisplayCountry() will return "France"; if <code>countryCode</code>
111 * @param countryCode the country(region) code string in the form of two
117 * @exception NullPointerException if <code>countryCode</code> or <code>locale</code> is null
118 * @exception IllegalArgumentException if <code>countryCode</code> is not in the form of
125 public abstract String getDisplayCountry(String countryCode, Locale locale); argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DI18n.java154 * @param countryCode
156 public synchronized static void init(String languageCode, String countryCode) { argument
164 new Locale(languageCode, countryCode)
/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java166 static void checkCountryCurrency(String countryCode, String expected) { argument
167 Locale locale = new Locale("", countryCode);
/openjdk7/jdk/make/tools/src/build/tools/generatecurrencydata/
H A DGenerateCurrencyData.java194 String countryCode = (new StringBuffer()).append(firstChar).append(secondChar).toString();
195 String currencyInfo = (String) currencyData.get(countryCode);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java197 String countryCode =
199 I18n.init(languageCode, countryCode);

Completed in 45 milliseconds