Lines Matching refs:localeIndex
1318 uint32_t localeIndex;
1319 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1321 uprv_strcpy(locName, testLocale[localeIndex][0]);
1322 uprv_strcat(locName, testLocale[localeIndex][1]);
1323 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);