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

  /external/icu4c/common/
locmap.c 960 uint32_t localeIndex;
    [all...]
  /external/icu4c/test/intltest/
dtifmtts.cpp     [all...]
dtptngts.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 356 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
379 final String wordListLocale = results.getString(localeIndex);
DictionarySettingsFragment.java 287 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
294 final String localeString = cursor.getString(localeIndex);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 99 private int localeIndex;
110 localeIndex = bundle.localeIndex;
196 int localeIndex = -1;
213 localeIndex = i;
222 Locale locale = localeList.get(localeIndex);
292 bundle.localeIndex = i;
354 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
387 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 843 milliseconds