Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp151 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local
152 …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() local
681 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode); in ICU_initLocaleDataNative()
682 env->DeleteLocalRef(countryCode); in ICU_initLocaleDataNative()
683 countryCode = NULL; in ICU_initLocaleDataNative()
/libcore/luni/src/main/java/libcore/icu/
DICU.java410 public static native String getCurrencyCode(String countryCode); in getCurrencyCode() argument