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

  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp     [all...]
dtptngts.cpp     [all...]
loctest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java     [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);
291 bundle.localeIndex = i;
353 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
386 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
    [all...]
  /external/icu/icu4c/source/common/
locmap.c     [all...]
  /frameworks/base/tools/aapt/
AaptConfig.cpp 40 ssize_t localeIndex = 0;
66 localeIndex = locale.initFromDirName(parts, index);
67 if (localeIndex < 0) {
69 } else if (localeIndex > index) {
71 index = localeIndex;
  /external/icu/icu4c/source/i18n/
rbnf.cpp 103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
272 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
644 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
645 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
647 return data[localeIndex+1][ruleIndex+1];
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 354 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
379 final String wordListLocale = results.getString(localeIndex);
DictionarySettingsFragment.java 311 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
318 final String localeString = cursor.getString(localeIndex);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 963 * @param localeIndex The index of the desired locale.
969 ucal_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 797 * @param localeIndex The index of the desired locale.
803 ucol_getAvailable(int32_t localeIndex);
    [all...]
udat.h     [all...]
unum.h 805 * @param localeIndex The index of the desired locale.
811 unum_getAvailable(int32_t localeIndex);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 366 for (int localeIndex = 0; localeIndex < localeCount; ++localeIndex) {
367 final Locale locale = suitableLocales.get(localeIndex);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 514 milliseconds