Lines Matching full:testcases
1001 } testCases[] = {
1016 for (i = 0; testCases[i].s1 != 0; i++) {
1021 u_unescape(testCases[i].s1, u1, 64);
1022 u_unescape(testCases[i].s2, u2, 64);
1026 log_err("error: %s, s1=%s, s2=%s", u_errorName(sts), testCases[i].s1, testCases[i].s2);
1027 } else if (matchLen1 != testCases[i].r1 || matchLen2 != testCases[i].r2) {
1029 testCases[i].s1, testCases[i].s2,
1031 testCases[i].r1, testCases[i].r2);