Home | History | Annotate | Download | only in cintltst

Lines Matching refs:cresult

987     char cresult[256];
1007 u_austrncpy(cresult, result, sizeof(cresult));
1014 if (strcmp(cresult, EXP) == 0) {
1015 log_verbose("Ok: \"%s\"\n", cresult);
1017 log_data_err("FAIL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status));
1028 char cresult[256];
1088 u_UCharsToChars(result,cresult,256);
1089 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult);