Home | History | Annotate | Download | only in utfperf

Lines Matching refs:errorCode

125               errorCode(U_ZERO_ERROR) {
126 cnv=ucnv_open(testcase.charset, &errorCode);
127 if (U_FAILURE(errorCode)) {
128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode));
130 ucnv_setFromUCallBack(cnv, fromUCallback, NULL, NULL, NULL, &errorCode);
134 if(U_SUCCESS(errorCode)) {
146 UErrorCode errorCode;
157 if (U_SUCCESS(t->errorCode)){
224 if (U_SUCCESS(t->errorCode)){
269 utf8Cnv=ucnv_open("UTF-8", &errorCode);
274 if (U_SUCCESS(t->errorCode)){