HomeSort by relevance Sort by last modified time
    Searched refs:localeSet (Results 1 - 13 of 13) sorted by null

  /packages/apps/Settings/src/com/android/settings/language/
UserDictionaryPreferenceController.java 40 final TreeSet<String> localeSet = getDictionaryLocales();
43 return localeSet != null;
56 final TreeSet<String> localeSet = getDictionaryLocales();
59 if (localeSet.size() <= 1) {
60 if (!localeSet.isEmpty()) {
69 extras.putString("locale", localeSet.first());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 61 final TreeSet<String> localeSet = new TreeSet<>();
71 localeSet.add(null != locale ? locale : "");
80 localeSet.add("");
93 localeSet.add(locale);
102 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
103 localeSet.add(Locale.getDefault().toString());
106 return localeSet;
116 final TreeSet<String> localeSet =
119 if (localeSet.size() > 1) {
122 localeSet.add("")
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 85 final TreeSet<String> localeSet = new TreeSet<String>();
95 localeSet.add(null != locale ? locale : "");
106 // localeSet.add("");
119 localeSet.add(locale);
128 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
129 localeSet.add(Locale.getDefault().toString());
132 return localeSet;
142 final TreeSet<String> localeSet =
147 localeSet.add(mLocale);
149 if (localeSet.size() > 1)
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
ICULocaleServiceProvider.java 134 Set<Locale> localeSet = new HashSet<Locale>();
142 addULocale(uloc, localeSet);
152 addULocale(ulocWithoutScript, localeSet);
160 addLocale(l, localeSet);
163 LOCALES = localeSet.toArray(new Locale[0]);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java 260 * @param localeSet a list of locales to present in a UI list. The casing uses the settings in the LocaleDisplayNames instance.
262 * @throws IllformedLocaleException if any of the locales in localeSet are malformed.
264 public List<UiListItem> getUiList(Set<ULocale> localeSet, boolean inSelf, Comparator<Object> collator) {
265 return getUiListCompareWholeItems(localeSet, UiListItem.getComparator(collator, inSelf));
272 * @param localeSet a list of locales to present in a UI list. The casing uses the settings in the LocaleDisplayNames instance.
274 * @throws IllformedLocaleException if any of the locales in localeSet are malformed.
276 public abstract List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator);
517 public List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 280 * @param localeSet a list of locales to present in a UI list. The casing uses the settings in the LocaleDisplayNames instance.
282 * @throws IllformedLocaleException if any of the locales in localeSet are malformed.
285 public List<UiListItem> getUiList(Set<ULocale> localeSet, boolean inSelf, Comparator<Object> collator) {
286 return getUiListCompareWholeItems(localeSet, UiListItem.getComparator(collator, inSelf));
293 * @param localeSet a list of locales to present in a UI list. The casing uses the settings in the LocaleDisplayNames instance.
295 * @throws IllformedLocaleException if any of the locales in localeSet are malformed.
298 public abstract List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator);
551 public List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator) {
  /external/icu/icu4c/source/test/intltest/
plurults.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 510 Set localeSet = new HashSet();
511 localeSet.addAll(Arrays.asList(locales));
513 assertEquals("locales are unique in list", locales.length, localeSet.size());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 509 Set localeSet = new HashSet();
510 localeSet.addAll(Arrays.asList(locales));
512 assertEquals("locales are unique in list", locales.length, localeSet.size());
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 554 public List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator) {
560 for (ULocale locOriginal : localeSet) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 550 public List<UiListItem> getUiListCompareWholeItems(Set<ULocale> localeSet, Comparator<UiListItem> comparator) {
556 for (ULocale locOriginal : localeSet) {
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 337 milliseconds