Home | History | Annotate | Download | only in intltest

Lines Matching defs:localeIndex

1230     uint32_t localeIndex;
1231 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1233 uprv_strcpy(locName, testLocale[localeIndex][0]);
1234 uprv_strcat(locName, testLocale[localeIndex][1]);
1235 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);