Lines Matching full:cresult
980 char cresult[256];
999 u_austrncpy(cresult, result, sizeof(cresult));
1006 if (strcmp(cresult, EXP) == 0) {
1007 log_verbose("Ok: \"%s\"\n", cresult);
1009 log_data_err("FAIL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status));
1020 char cresult[256];
1080 u_UCharsToChars(result,cresult,256);
1081 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult);