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

/libcore/ojluni/src/main/java/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
/libcore/luni/src/main/java/libcore/icu/
H A DICU.java397 public static native String getCurrencyCode(String countryCode); argument
/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp145 ScopedUtfChars countryCode(env, javaCountryCode);
146 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status));
659 jstring countryCode = env->NewStringUTF(icuLocale.locale().getCountry()); local
660 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode);
661 env->DeleteLocalRef(countryCode);
662 countryCode = NULL;

Completed in 135 milliseconds