Lines Matching refs:localeIndex
1163 uint32_t localeIndex;
1164 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1166 uprv_strcpy(locName, testLocale[localeIndex][0]);
1167 uprv_strcat(locName, testLocale[localeIndex][1]);
1168 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);