HomeSort by relevance Sort by last modified time
    Searched refs:localeIndex (Results 1 - 22 of 22) 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/icu/icu4c/source/test/intltest/
dtifmtts.cpp     [all...]
dtptngts.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...]
  /frameworks/base/tools/aapt/
AaptConfig.cpp 39 ssize_t localeIndex = 0;
65 localeIndex = locale.initFromDirName(parts, index);
66 if (localeIndex < 0) {
68 } else if (localeIndex > index) {
70 index = localeIndex;
  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/
rbnf.cpp 102 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
271 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
643 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const {
644 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
646 return data[localeIndex+1][ruleIndex+1];
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 362 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
387 final String wordListLocale = results.getString(localeIndex);
DictionarySettingsFragment.java 297 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN);
305 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/icu/icu4c/source/i18n/unicode/
udat.h     [all...]
ucal.h 963 * @param localeIndex The index of the desired locale.
969 ucal_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 788 * @param localeIndex The index of the desired locale.
794 ucol_getAvailable(int32_t localeIndex);
    [all...]
unum.h 796 * @param localeIndex The index of the desired locale.
802 unum_getAvailable(int32_t localeIndex);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 974 milliseconds