Home | History | Annotate | Download | only in utfperf

Lines Matching refs:errorCode

124               errorCode(U_ZERO_ERROR) {
125 cnv=ucnv_open(testcase.charset, &errorCode);
126 if (U_FAILURE(errorCode)) {
127 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode));
129 ucnv_setFromUCallBack(cnv, fromUCallback, NULL, NULL, NULL, &errorCode);
133 if(U_SUCCESS(errorCode)) {
145 UErrorCode errorCode;
156 if (U_SUCCESS(t->errorCode)){
223 if (U_SUCCESS(t->errorCode)){
268 utf8Cnv=ucnv_open("UTF-8", &errorCode);
273 if (U_SUCCESS(t->errorCode)){