Lines Matching full:localeindex
1072 uint32_t localeIndex;
1073 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1075 uprv_strcpy(locName, testLocale[localeIndex][0]);
1076 uprv_strcat(locName, testLocale[localeIndex][1]);
1077 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);