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

  /external/icu4c/test/intltest/
dtptngts.cpp     [all...]
dtifmtts.cpp     [all...]
  /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/common/
locmap.c 960 uint32_t localeIndex;
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 99 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
268 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
638 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
639 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
641 return data[localeIndex+1][ruleIndex+1];
    [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);
  /external/icu4c/i18n/unicode/
udat.h     [all...]
unum.h 698 * @param localeIndex The index of the desired locale.
704 unum_getAvailable(int32_t localeIndex);
    [all...]
ucal.h 953 * @param localeIndex The index of the desired locale.
959 ucal_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 770 * @param localeIndex The index of the desired locale.
776 ucol_getAvailable(int32_t localeIndex);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 321 milliseconds