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.java859 * getBundle(baseName, targetLocale, this.getClass().getClassLoader(),
871 * @param targetLocale
892 public static final ResourceBundle getBundle(String baseName, Locale targetLocale, argument
894 return getBundleImpl(baseName, targetLocale,
1097 * the specified <code>baseName</code>, <code>targetLocale</code> and
1274 * @param targetLocale
1283 * if <code>baseName</code>, <code>targetLocale</code>,
1295 public static ResourceBundle getBundle(String baseName, Locale targetLocale, argument
1300 return getBundleImpl(baseName, targetLocale, loader, control);
1347 for (Locale targetLocale
[all...]

Completed in 82 milliseconds