Searched refs:countryCode (Results 1 – 2 of 2) sorted by relevance
151 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local152 …ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status)… in ICU_getCurrencyCode()680 jstring countryCode = env->NewStringUTF(icuLocale.locale().getCountry()); in ICU_initLocaleDataNative() local681 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode); in ICU_initLocaleDataNative()682 env->DeleteLocalRef(countryCode); in ICU_initLocaleDataNative()683 countryCode = NULL; in ICU_initLocaleDataNative()
410 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() argument