Searched defs:getDisplayCountry (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) { method in class:ICU
/libcore/ojluni/src/main/java/java/util/
H A DLocale.java345 * You can use <code>getDisplayCountry</code> to get the
1175 * @see #getDisplayCountry
1866 * is en_US, getDisplayCountry() will return "France"; if the locale is en_US and
1868 * getDisplayCountry() will return "Etats-Unis".
1877 public final String getDisplayCountry() { method in class:Locale
1878 return getDisplayCountry(getDefault(Category.DISPLAY));
1887 public String getDisplayCountry(Locale locale) { method in class:Locale
1899 String result = ICU.getDisplayCountry(this, locale);
1901 result = ICU.getDisplayCountry(this, Locale.getDefault());
2050 * getDisplayScript(), getDisplayCountry(), an
[all...]

Completed in 1098 milliseconds