Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/spi/
DLocaleNameProvider.java61 public abstract String getDisplayCountry(String countryCode, Locale locale); in getDisplayCountry()
/libcore/luni/src/main/java/libcore/icu/
DICU.java175 public static native String getCurrencyCode(String countryCode); in getCurrencyCode()
180 public static native String getDisplayCountryNative(String countryCode, String locale); in getDisplayCountryNative()
DTimeZoneNames.java150 String countryCode = locale.getCountry(); in forLocale() local
/libcore/luni/src/main/java/java/util/
DLocale.java236 private transient String countryCode; field in Locale
596 private static String toNewString(String languageCode, String countryCode, String variantCode) { in toNewString()
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp142 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local
609 … jstring countryCode = env->NewStringUTF(Locale::createFromName(localeName.c_str()).getCountry()); in ICU_initLocaleDataImpl() local