HomeSort by relevance Sort by last modified time
    Searched full:targetlocale (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 261 * @param targetLocale
270 Locale targetLocale, ResourceBundle.Control control) {
271 return getBundle(baseName, targetLocale, getLoader(), control);
287 * @param targetLocale
298 Locale targetLocale, ClassLoader loader,
301 String bundleName = control.toBundleName(baseName, targetLocale);
306 long time = control.getTimeToLive(baseName, targetLocale);
311 + targetLocale, EMPTY_STRING);
318 ResourceBundle ret = processGetBundle(baseName, targetLocale, loader,
327 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING)
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 212 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring targetLocale, jstring locale) {
214 Locale targetLoc = getLocale(env, targetLocale);
220 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring targetLocale, jstring locale) {
222 Locale targetLoc = getLocale(env, targetLocale);
228 static jstring ICU_getDisplayVariantNative(JNIEnv* env, jclass, jstring targetLocale, jstring locale) {
230 Locale targetLoc = getLocale(env, targetLocale);
  /prebuilts/sdk/13/
android.jar 

Completed in 3383 milliseconds