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

  /external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp 547 int32_t localeIndex=0;
551 while (localeIndex < MAX_LOCALE )
556 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
557 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3])
    [all...]
dtifmtts.cpp     [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp     [all...]
dtifmtts.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
locmap.c 888 uint32_t localeIndex;
896 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, ret, localeIndex)
904 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++)
906 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
908 return getPosixID(&gPosixIDmap[localeIndex], hostid);
    [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     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
270 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
640 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
641 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
643 return data[localeIndex+1][ruleIndex+1];
    [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 297 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
304 final String localeString = cursor.getString(localeIndex);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 842 * @param localeIndex The index of the desired locale.
848 ucal_getAvailable(int32_t localeIndex);
    [all...]
udat.h 730 * @param localeIndex The index of the desired locale.
736 udat_getAvailable(int32_t localeIndex);
    [all...]
unum.h 604 * @param localeIndex The index of the desired locale.
610 unum_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 592 * @param localeIndex The index of the desired locale.
598 ucol_getAvailable(int32_t localeIndex);
    [all...]
  /external/icu4c/i18n/unicode/
udat.h     [all...]
unum.h 712 * @param localeIndex The index of the desired locale.
718 unum_getAvailable(int32_t localeIndex);
    [all...]
ucal.h 965 * @param localeIndex The index of the desired locale.
971 ucal_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 772 * @param localeIndex The index of the desired locale.
778 ucol_getAvailable(int32_t localeIndex);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 806 milliseconds