Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/spi/
DLocaleNameProvider.java125 public abstract String getDisplayCountry(String countryCode, Locale locale); in getDisplayCountry() argument
/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java146 String countryCode = locale.getCountry(); in forLocale() local
149 if (line.startsWith(countryCode)) { in forLocale()
DICU.java397 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() argument
/libcore/ojluni/src/main/java/java/util/
DLocale.java1731 String countryCode = baseLocale.getRegion(); in getDisplayCountry() local
1732 if (countryCode.isEmpty()) { in getDisplayCountry()
1737 countryCode, false /* strict */); in getDisplayCountry()
1739 return countryCode; in getDisplayCountry()
1937 String countryCode = baseLocale.getRegion(); in getDisplayName() local
1938 if (!countryCode.isEmpty()) { in getDisplayName()
1945 buffer.append(displayCountry.isEmpty() ? countryCode : displayCountry); in getDisplayName()
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp145 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local
146 …ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status)… in ICU_getCurrencyCode()
659 jstring countryCode = env->NewStringUTF(icuLocale.locale().getCountry()); in ICU_initLocaleDataNative() local
660 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode); in ICU_initLocaleDataNative()
661 env->DeleteLocalRef(countryCode); in ICU_initLocaleDataNative()
662 countryCode = NULL; in ICU_initLocaleDataNative()