Searched defs:countryCode (Results 1 – 6 of 6) sorted by relevance
61 public abstract String getDisplayCountry(String countryCode, Locale locale); in getDisplayCountry()
155 public static native String getCurrencyCode(String countryCode); in getCurrencyCode()160 public static native String getDisplayCountryNative(String countryCode, String locale); in getDisplayCountryNative()
141 private static native String[] forCountryCode(String countryCode); in forCountryCode()
34 static jobjectArray TimeZones_forCountryCode(JNIEnv* env, jclass, jstring countryCode) { in TimeZones_forCountryCode()
130 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local475 … jstring countryCode = env->NewStringUTF(Locale::createFromName(localeName.c_str()).getCountry()); in ICU_initLocaleDataImpl() local
235 private transient String countryCode; field in Locale