Home | History | Annotate | Download | only in util

Lines Matching defs:getDisplayCountry

811      * @see #getDisplayCountry()
812 * @see #getDisplayCountry(ULocale)
823 * @see #getDisplayCountry()
824 * @see #getDisplayCountry(ULocale)
1371 public String getDisplayCountry() {
1381 public String getDisplayCountry(ULocale displayLocale){
1393 public static String getDisplayCountry(String localeID, String displayLocaleID) {
1405 public static String getDisplayCountry(String localeID, ULocale displayLocale) {
1412 return locale.toLocale().getDisplayCountry(displayLocale.toLocale());