Searched refs:countryCode (Results 1 – 5 of 5) sorted by relevance
125 public abstract String getDisplayCountry(String countryCode, Locale locale); in getDisplayCountry() argument
146 String countryCode = locale.getCountry(); in forLocale() local149 if (line.startsWith(countryCode)) { in forLocale()
397 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() argument
1731 String countryCode = baseLocale.getRegion(); in getDisplayCountry() local1732 if (countryCode.isEmpty()) { in getDisplayCountry()1737 countryCode, false /* strict */); in getDisplayCountry()1739 return countryCode; in getDisplayCountry()1937 String countryCode = baseLocale.getRegion(); in getDisplayName() local1938 if (!countryCode.isEmpty()) { in getDisplayName()1945 buffer.append(displayCountry.isEmpty() ? countryCode : displayCountry); in getDisplayName()
145 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local146 …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() local660 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode); in ICU_initLocaleDataNative()661 env->DeleteLocalRef(countryCode); in ICU_initLocaleDataNative()662 countryCode = NULL; in ICU_initLocaleDataNative()