Searched refs:localeIndex (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtptngts.cpp605 int32_t localeIndex=0; local
609 while (localeIndex < MAX_LOCALE )
614 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
615 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][
[all...]
H A Ddtifmtts.cpp1230 uint32_t localeIndex; local
1231 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1233 uprv_strcpy(locName, testLocale[localeIndex][0]);
1234 uprv_strcat(locName, testLocale[localeIndex][1]);
1235 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
/external/icu4c/common/
H A Dlocmap.c960 uint32_t localeIndex; local
968 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, (uint32_t)ret, localeIndex)
976 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++)
978 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
980 return getPosixID(&gPosixIDmap[localeIndex], hostid);
/external/icu4c/i18n/
H A Drbnf.cpp99 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 { argument
639 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
641 return data[localeIndex+1][ruleIndex+1];
/external/icu4c/i18n/unicode/
H A Dudat.h986 * @param localeIndex The index of the desired locale.
992 udat_getAvailable(int32_t localeIndex);
H A Dunum.h698 * @param localeIndex The index of the desired locale.
704 unum_getAvailable(int32_t localeIndex);
H A Ducal.h953 * @param localeIndex The index of the desired locale.
959 ucal_getAvailable(int32_t localeIndex);
H A Ducol.h770 * @param localeIndex The index of the desired locale.
776 ucol_getAvailable(int32_t localeIndex);
/external/icu4c/test/cintltst/
H A Dcloctst.c1225 int32_t localeIndex = 0; local
1232 localeIndex = 1; /* Use the second locale for the rest of the test. */
1235 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1239 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);

Completed in 1583 milliseconds