Home | History | Annotate | Download | only in cintltst

Lines Matching full:testresult

661     UBool testresult = UNORM_YES;
688 testresult = UNORM_NO;
690 if (testresult == UNORM_YES) {
697 if (unorm_quickCheck(data, size, UNORM_FCD, &status) != testresult || U_FAILURE(status)) {
698 log_data_err("unorm_quickCheck(FCD) failed: expected %d for random data - (Are you missing data?)\n", testresult);