Searched defs:targetLocale (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DICU.java414 public static String getDisplayCountry(Locale targetLocale, Locale locale) { argument
415 return getDisplayCountryNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
420 public static String getDisplayLanguage(Locale targetLocale, Locale locale) { argument
421 return getDisplayLanguageNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
426 public static String getDisplayVariant(Locale targetLocale, Locale locale) { argument
427 return getDisplayVariantNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
432 public static String getDisplayScript(Locale targetLocale, Locale locale) { argument
433 return getDisplayScriptNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java808 * getBundle(baseName, targetLocale, this.getClass().getClassLoader(),
820 * @param targetLocale
841 public static final ResourceBundle getBundle(String baseName, Locale targetLocale, argument
843 return getBundleImpl(baseName, targetLocale,
1045 * the specified <code>baseName</code>, <code>targetLocale</code> and
1222 * @param targetLocale
1231 * if <code>baseName</code>, <code>targetLocale</code>,
1243 public static ResourceBundle getBundle(String baseName, Locale targetLocale, argument
1248 return getBundleImpl(baseName, targetLocale, loader, control);
1290 for (Locale targetLocale
[all...]

Completed in 58 milliseconds