Home
last modified time | relevance | path

Searched refs:displayLocale (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DLocaleHelper.java87 public static String getDisplayName(Locale locale, Locale displayLocale, boolean sentenceCase) { in getDisplayName() argument
88 final ULocale displayULocale = ULocale.forLocale(displayLocale); in getDisplayName()
92 return sentenceCase ? toSentenceCase(result, displayLocale) : result; in getDisplayName()
114 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() argument
116 final ULocale uDisplayLocale = ULocale.forLocale(displayLocale); in getDisplayCountry()
147 LocaleList locales, Locale displayLocale, @IntRange(from=1) int maxLocales) { in getDisplayLocaleList() argument
149 final Locale dispLocale = displayLocale == null ? Locale.getDefault() : displayLocale; in getDisplayLocaleList()
184 Locale locale, Locale displayLocale) { in getDisplayNumberingSystemKeyValue() argument
188 return uLocale.getDisplayKeywordValue("numbers", ULocale.forLocale(displayLocale)); in getDisplayNumberingSystemKeyValue()
/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleHelper.java113 public static String getDisplayName(Locale locale, Locale displayLocale, boolean sentenceCase) { in getDisplayName() argument
114 final ULocale displayULocale = ULocale.forLocale(displayLocale); in getDisplayName()
118 return sentenceCase ? toSentenceCase(result, displayLocale) : result; in getDisplayName()
139 public static String getDisplayCountry(Locale locale, Locale displayLocale) { in getDisplayCountry() argument
141 final ULocale uDisplayLocale = ULocale.forLocale(displayLocale); in getDisplayCountry()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java675 @Nullable Locale displayLocale, @Nullable Locale localeToDisplay, in getLocaleDisplayName()
681 displayLocale != null ? displayLocale : Locale.getDefault(); in getLocaleDisplayName()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...