Home | History | Annotate | Download | only in cintltst

Lines Matching refs:results

252 const static UCollationResult results[] = {
276 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
1198 static const uint8_t results[] = {
1209 for(i = 0; i<sizeof(results)/sizeof(results[0]); i++) {
1212 if(results[i] != res) {
1213 log_err("Expected case = %02X, got %02X for %04X\n", results[i], res, b[0]);
2505 cycheng@ca.ibm.c... we got inconsistent results when using the UTF-16BE iterator and the UTF-8 iterator.
2515 cycheng@ca.ibm.c... we got the same inconsistent results on AIX and Win2000
2572 log_err("different results\n");
2643 log_verbose("Different results between UTF16 and UTF16BE for %s & %s\n", pairs[i][0], pairs[i][1]);
2655 log_verbose("Different results between UTF16 and UTF8 for %s & %s\n", pairs[i][0], pairs[i][1]);
4568 /* check collation results - before rule applied but not script reordering */
4588 /* check collation results - before rule applied and after script reordering */
4985 log_err_status(status, "ERROR: equivalent scripts results don't match: expected = %d, was = %d\n", equivalentScriptsResult[loopIndex], equivalentScripts[loopIndex]);
5002 log_err_status(status, "ERROR: equivalent scripts results don't match: expected = %d, was = %d\n", equivalentScriptsResult[loopIndex], equivalentScripts[loopIndex]);
5322 log_err_status(status, "ERROR: collation results should have been the same.\n");