Lines Matching refs:testStruct
1655 } testStruct[] = { in TestGetLocale() local
1684 for(i = 0; i<UPRV_LENGTHOF(testStruct); i++) { in TestGetLocale()
1686 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale()
1688 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale()
1696 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale()
1698 testStruct[i].requestedLocale, in TestGetLocale()
1699 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1703 if(locale != testStruct[i].validLocale) { in TestGetLocale()
1705 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1708 if(locale != testStruct[i].actualLocale) { in TestGetLocale()
1710 testStruct[i].requestedLocale, testStruct[i].actualLocale, locale.getName()); in TestGetLocale()