Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testresult

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