Searched defs:countryCode (Results 1 – 5 of 5) sorted by relevance
61 public abstract String getDisplayCountry(String countryCode, Locale locale); in getDisplayCountry()
175 public static native String getCurrencyCode(String countryCode); in getCurrencyCode()180 public static native String getDisplayCountryNative(String countryCode, String locale); in getDisplayCountryNative()
150 String countryCode = locale.getCountry(); in forLocale() local
236 private transient String countryCode; field in Locale596 private static String toNewString(String languageCode, String countryCode, String variantCode) { in toNewString()
142 ScopedUtfChars countryCode(env, javaCountryCode); in ICU_getCurrencyCode() local609 … jstring countryCode = env->NewStringUTF(Locale::createFromName(localeName.c_str()).getCountry()); in ICU_initLocaleDataImpl() local