Home | History | Annotate | Download | only in cintltst

Lines Matching refs:cases

1709     log_verbose("Testing %d/%d of possible test cases\n", noCases, charsToTestSize);
1738 log_verbose("Testing locales, number of cases = %i\n", noCases);
2311 /* of the string. Checks a couple of edge cases.*/
3978 static const char* cases[] = {
3997 for(i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) {
3999 length = u_unescape(cases[i], currCase, 256);
4010 static const char* cases[] = {
4032 for(j = 1; j < sizeof(cases)/sizeof(cases[0]); j++) {
4033 sLen = u_unescape(cases[j-1], source, 256);
4035 tLen = u_unescape(cases[j], target, 256);
5533 * @param testcases Array of test cases.
6367 * @param testcases Array of test cases.