Lines Matching refs:testStruct
1636 } testStruct[] = { in TestGetLocale() local
1653 for(i = 0; i<(int32_t)UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1655 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale()
1657 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale()
1665 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale()
1667 testStruct[i].requestedLocale, in TestGetLocale()
1668 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1672 if(locale != testStruct[i].validLocale) { in TestGetLocale()
1674 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1677 if(locale != testStruct[i].actualLocale) { in TestGetLocale()
1679 testStruct[i].requestedLocale, testStruct[i].actualLocale, locale.getName()); in TestGetLocale()