HomeSort by relevance Sort by last modified time
    Searched full:localeindex (Results 1 - 11 of 11) sorted by null

  /external/icu4c/test/intltest/
dtptngts.cpp 505 int32_t localeIndex=0;
509 while (localeIndex < MAX_LOCALE )
514 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
515 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/common/
locmap.c 801 uint32_t localeIndex;
803 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++)
805 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
807 return getPosixID(&gPosixIDmap[localeIndex], hostid);
  /external/icu4c/tools/dumpce/
dumpce.cpp 487 int32_t localeindex = 0; local
522 localeindex = ucol_countAvailable() - 1;
523 fprintf(stdout, "Number of locales: %d\n", localeindex + 1);
524 locale = ucol_getAvailable(localeindex);
566 localeindex --;
567 if (localeindex < 0) {
570 locale = ucol_getAvailable(localeindex);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 101 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 783 int localeIndex = -1;
    [all...]
  /external/icu4c/i18n/unicode/
udat.h 696 * @param localeIndex The index of the desired locale.
702 udat_getAvailable(int32_t localeIndex);
    [all...]
unum.h 515 * @param localeIndex The index of the desired locale.
521 unum_getAvailable(int32_t localeIndex);
ucal.h 822 * @param localeIndex The index of the desired locale.
828 ucal_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 523 * @param localeIndex The index of the desired locale.
529 ucol_getAvailable(int32_t localeIndex);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 1537 milliseconds