Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/tests/api/java/util/ |
D | CurrencyTest.java | 87 Locale loc = new Locale("", "AQ"); in test_getInstanceLjava_util_Locale() local 89 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale() 98 loc = new Locale("", "ZR"); in test_getInstanceLjava_util_Locale() 100 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale() 105 loc = new Locale("", "ZAR"); in test_getInstanceLjava_util_Locale() 107 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale() 112 loc = new Locale("", "FX"); in test_getInstanceLjava_util_Locale() 114 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale() 119 loc = new Locale("", "FXX"); in test_getInstanceLjava_util_Locale() 121 Currency curr = Currency.getInstance(loc); in test_getInstanceLjava_util_Locale() [all …]
|
D | DateTest.java | 485 Locale loc = Locale.getDefault(); in test_toLocaleString() local 496 Locale.setDefault(loc); in test_toLocaleString()
|
D | ResourceBundleTest.java | 259 Locale loc = Locale.getDefault(); in test_getLocale() local 280 Locale.setDefault(loc); in test_getLocale()
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 213 Locale loc = getLocale(env, locale); in ICU_getDisplayCountryNative() local 216 targetLoc.getDisplayCountry(loc, str); in ICU_getDisplayCountryNative() 221 Locale loc = getLocale(env, locale); in ICU_getDisplayLanguageNative() local 224 targetLoc.getDisplayLanguage(loc, str); in ICU_getDisplayLanguageNative() 229 Locale loc = getLocale(env, locale); in ICU_getDisplayVariantNative() local 232 targetLoc.getDisplayVariant(loc, str); in ICU_getDisplayVariantNative() 237 Locale loc = getLocale(env, locale); in ICU_getISO3CountryNative() local 238 return env->NewStringUTF(loc.getISO3Country()); in ICU_getISO3CountryNative() 242 Locale loc = getLocale(env, locale); in ICU_getISO3LanguageNative() local 243 return env->NewStringUTF(loc.getISO3Language()); in ICU_getISO3LanguageNative()
|