Searched refs:getDisplayCountry (Results 1 – 5 of 5) sorted by relevance
142 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() method in LocaleHelper145 final String country = ULocale.getDisplayCountry(languageTag, uDisplayLocale); in getDisplayCountry()161 public static String getDisplayCountry(Locale locale) { in getDisplayCountry() method in LocaleHelper162 return ULocale.getDisplayCountry(locale.toLanguageTag(), ULocale.getDefault()); in getDisplayCountry()
133 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()140 return LocaleHelper.getDisplayCountry(mLocale); in getFullCountryNameInUiLanguage()
488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames()
22109 method public String getDisplayCountry();22110 method public String getDisplayCountry(android.icu.util.ULocale);22111 method public static String getDisplayCountry(String, String);22112 method public static String getDisplayCountry(String, android.icu.util.ULocale);70001 method @NonNull public String getDisplayCountry();70002 method @NonNull public String getDisplayCountry(@NonNull java.util.Locale);
48419 method public final java.lang.String getDisplayCountry();48420 method public java.lang.String getDisplayCountry(java.util.Locale);