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

  /libcore/luni/src/main/java/libcore/icu/
ICU.java 401 public static String getDisplayCountry(Locale targetLocale, Locale locale) {
402 return getDisplayCountryNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
407 public static String getDisplayLanguage(Locale targetLocale, Locale locale) {
408 return getDisplayLanguageNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
413 public static String getDisplayVariant(Locale targetLocale, Locale locale) {
414 return getDisplayVariantNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
419 public static String getDisplayScript(Locale targetLocale, Locale locale) {
420 return getDisplayScriptNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
  /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...]
  /prebuilts/sdk/13/
android.jar 

Completed in 633 milliseconds