Searched refs:targetLocale (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/java/util/ |
D | ResourceBundle.java | 271 Locale targetLocale, ResourceBundle.Control control) { in getBundle() argument 272 return getBundle(baseName, targetLocale, getLoader(), control); in getBundle() 299 Locale targetLocale, ClassLoader loader, in getBundle() argument 302 String bundleName = control.toBundleName(baseName, targetLocale); in getBundle() 307 long time = control.getTimeToLive(baseName, targetLocale); in getBundle() 312 + targetLocale, EMPTY_STRING); in getBundle() 319 ResourceBundle ret = processGetBundle(baseName, targetLocale, loader, in getBundle() 328 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING); in getBundle() 332 Locale targetLocale, ClassLoader loader, in processGetBundle() argument 335 List<Locale> locales = control.getCandidateLocales(baseName, targetLocale); in processGetBundle() [all …]
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 212 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayCountryNative() argument 214 Locale targetLoc = getLocale(env, targetLocale); in ICU_getDisplayCountryNative() 220 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring targetLocale, jstring loca… in ICU_getDisplayLanguageNative() argument 222 Locale targetLoc = getLocale(env, targetLocale); in ICU_getDisplayLanguageNative() 228 static jstring ICU_getDisplayVariantNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayVariantNative() argument 230 Locale targetLoc = getLocale(env, targetLocale); in ICU_getDisplayVariantNative()
|