Searched defs:localeIndex (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocmap.cpp1060 uint32_t localeIndex; local
1119 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) {
1120 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1121 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1360 uint32_t localeIndex; local
1361 for ( localeIndex = 0; localeIndex < UPRV_LENGTHOF(testLocale); ++localeIndex ) {
1363 uprv_strcpy(locName, testLocale[localeIndex][0]);
1364 uprv_strcat(locName, testLocale[localeIndex][1]);
1365 stress(DATA, UPRV_LENGTHOF(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
H A Ddtptngts.cpp626 int32_t localeIndex=0; local
630 while (localeIndex < MAX_LOCALE )
635 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
636 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][
[all...]
H A Dtzfmttst.cpp393 // "localeIndex" and "patternIndex" keep track of the iteration through the above.
397 int32_t localeIndex; member in struct:LocaleData
407 LocaleData() : localeIndex(0), patternIndex(0), testCounts(0), locales(NULL),
415 localeIndex = -1;
423 if (localeIndex >= nLocales - 1) {
427 ++localeIndex;
430 rLocaleIndex = localeIndex;
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp107 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
276 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
668 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { argument
669 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
671 return data[localeIndex+1][ruleIndex+1];
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1320 int32_t localeIndex = 0; local
1327 localeIndex = 1; /* Use the second locale for the rest of the test. */
1330 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1334 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);

Completed in 643 milliseconds