Home | History | Annotate | Download | only in intltest

Lines Matching refs:setTest

1926   } setTest[] = {
1937 for(i = 0; i < UPRV_LENGTHOF(setTest); i++) {
1938 buff = UnicodeString(setTest[i].rules, -1, US_INV).unescape();
1942 if(set->size() < setTest[i].testsize) {
1943 errln("Tailored set size smaller (%d) than expected (%d)", set->size(), setTest[i].testsize);
1945 for(j = 0; j < setTest[i].testsize; j++) {
1946 buff = UnicodeString(setTest[i].tests[j], -1, US_INV).unescape();
1948 errln("Tailored set doesn't contain %s... It should", setTest[i].tests[j]);
1953 errcheckln(status, "Couldn't open collator with rules %s - %s", setTest[i].rules, u_errorName(status));