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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 79 final TreeSet<String> localeSet = new TreeSet<String>();
89 localeSet.add(null != locale ? locale : "");
100 // localeSet.add("");
113 localeSet.add(locale);
122 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
123 localeSet.add(Locale.getDefault().toString());
126 return localeSet;
136 final TreeSet<String> localeSet =
141 localeSet.add(mLocale);
143 if (localeSet.size() > 1)
    [all...]
InputMethodAndLanguageSettings.java 202 final TreeSet<String> localeSet = UserDictionaryList.getUserDictionaryLocalesSet(activity);
203 if (null == localeSet) {
216 if (localeSet.size() <= 1) {
217 if (!localeSet.isEmpty()) {
226 extras.putString("locale", localeSet.first());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 59 final TreeSet<String> localeSet = new TreeSet<>();
69 localeSet.add(null != locale ? locale : "");
78 localeSet.add("");
91 localeSet.add(locale);
100 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
101 localeSet.add(Locale.getDefault().toString());
104 return localeSet;
114 final TreeSet<String> localeSet =
117 if (localeSet.size() > 1) {
120 localeSet.add("")
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
plurults.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
plurults.cpp     [all...]

Completed in 154 milliseconds