Lines Matching refs:cresult
988 char cresult[256];
1008 u_austrncpy(cresult, result, sizeof(cresult));
1015 if (strcmp(cresult, EXP) == 0) {
1016 log_verbose("Ok: \"%s\"\n", cresult);
1018 log_data_err("FAIL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status));
1029 char cresult[256];
1089 u_UCharsToChars(result,cresult,256);
1090 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult);