Searched refs:localeIndex (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/test/intltest/ |
D | dtptngts.cpp | 605 int32_t localeIndex=0; in testAPI() local 609 while (localeIndex < MAX_LOCALE ) in testAPI() 614 …Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], tes… in testAPI() 615 …le: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][… in testAPI() 618 …RROR: Could not create DateTimePatternGenerator with locale index:%d . - exitting\n", localeIndex); in testAPI() 630 …ERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], localeIndex ") + localeIndex + in testAPI() 637 localeIndex++; in testAPI() 644 localeIndex=0; in testAPI()
|
D | dtifmtts.cpp | 1230 uint32_t localeIndex; in testStress() local 1231 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) { in testStress() 1233 uprv_strcpy(locName, testLocale[localeIndex][0]); in testStress() 1234 uprv_strcat(locName, testLocale[localeIndex][1]); in testStress() 1235 …(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale… in testStress()
|
/external/icu4c/common/ |
D | locmap.c | 960 uint32_t localeIndex; in uprv_convertToPosix() local 968 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, (uint32_t)ret, localeIndex) in uprv_convertToPosix() 976 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) in uprv_convertToPosix() 978 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) in uprv_convertToPosix() 980 return getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
/external/icu4c/i18n/ |
D | 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 { in getDisplayName() argument 639 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && in getDisplayName() 641 return data[localeIndex+1][ruleIndex+1]; in getDisplayName()
|
/external/icu4c/i18n/unicode/ |
D | unum.h | 704 unum_getAvailable(int32_t localeIndex);
|
D | udat.h | 992 udat_getAvailable(int32_t localeIndex);
|
D | ucal.h | 959 ucal_getAvailable(int32_t localeIndex);
|
D | ucol.h | 776 ucol_getAvailable(int32_t localeIndex);
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 1225 int32_t localeIndex = 0; in TestSimpleDisplayNames() local 1232 localeIndex = 1; /* Use the second locale for the rest of the test. */ in TestSimpleDisplayNames() 1235 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status); in TestSimpleDisplayNames() 1239 … uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status); in TestSimpleDisplayNames()
|