HomeSort by relevance Sort by last modified time
    Searched defs:localeList (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFStringTest.cpp 182 const char** localeList;
259 const char* locale = testDataList[i].localeList[j];
312 const char* locale = testDataList[i].localeList[j];
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 180 StringBuilder localeList = new StringBuilder();
183 localeList.append(new Locale("en", "US").toString());
185 localeList.append(s);
187 localeList.append(";");
190 localeList.toString());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CorrectionSettingsFragment.java 102 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
103 if (null == localeList) {
107 } else if (localeList.size() <= 1) {
109 // If the size of localeList is 0, we don't set the locale parameter in the
115 if (localeList.size() == 1) {
116 final String locale = (String)localeList.toArray()[0];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 69 public boolean localeList = false;
73 return code && resources && rClass && localeList && manifest;
348 changeFlags.localeList = true;
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 90 List<String> localeList = new ArrayList<String>(locales.length);
91 Collections.addAll(localeList, locales);
95 localeList.remove("ar-XB");
96 localeList.remove("en-XA");
99 Collections.sort(localeList);
103 final ArrayList<LocaleInfo> localeInfos = new ArrayList<LocaleInfo>(localeList.size());
104 for (String locale : localeList) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 188 List<Locale> localeList = mConfigChooser.getLocaleList();
203 for (int i = 0 ; i < localeList.size() ; i++) {
204 Locale locale = localeList.get(i);
222 Locale locale = localeList.get(localeIndex);
250 List<Locale> localeList = mConfigChooser.getLocaleList();
278 max = localeList.size();
286 Locale l = localeList.get(i);
354 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
387 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
457 List<Locale> localeList = mConfigChooser.getLocaleList()
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 208 final ArrayList<String> localeList = new ArrayList<String>(Arrays.asList(
231 for (final String locale : localeList) {
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 293 milliseconds