Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddtptngts.cpp547 int32_t localeIndex=0; in testAPI() local
551 while (localeIndex < MAX_LOCALE ) in testAPI()
556 …Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], tes… in testAPI()
557 …le: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][… in testAPI()
560 …RROR: Could not create DateTimePatternGenerator with locale index:%d . - exitting\n", localeIndex); in testAPI()
572 …ERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], localeIndex ") + localeIndex + in testAPI()
579 localeIndex++; in testAPI()
586 localeIndex=0; in testAPI()
Ddtifmtts.cpp1163 uint32_t localeIndex; in testStress() local
1164 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) { in testStress()
1166 uprv_strcpy(locName, testLocale[localeIndex][0]); in testStress()
1167 uprv_strcat(locName, testLocale[localeIndex][1]); in testStress()
1168 …(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale… in testStress()
/external/icu4c/common/
Dlocmap.c886 uint32_t localeIndex; in uprv_convertToPosix() local
894 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, ret, localeIndex) in uprv_convertToPosix()
902 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) in uprv_convertToPosix()
904 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) in uprv_convertToPosix()
906 return getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
/external/icu4c/i18n/
Drbnf.cpp103 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 { in getDisplayName() argument
641 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && in getDisplayName()
643 return data[localeIndex+1][ruleIndex+1]; in getDisplayName()
/external/icu4c/i18n/unicode/
Dudat.h736 udat_getAvailable(int32_t localeIndex);
Dunum.h610 unum_getAvailable(int32_t localeIndex);
Ducal.h848 ucal_getAvailable(int32_t localeIndex);
Ducol.h598 ucol_getAvailable(int32_t localeIndex);
/external/icu4c/test/cintltst/
Dcloctst.c1080 int32_t localeIndex = 0; in TestSimpleDisplayNames() local
1087 localeIndex = 1; /* Use the second locale for the rest of the test. */ in TestSimpleDisplayNames()
1090 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status); in TestSimpleDisplayNames()
1094 … uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status); in TestSimpleDisplayNames()