Lines Matching refs:errorCode
328 UErrorCode errorCode = U_ZERO_ERROR;
339 ucnv_getName(converter, &errorCode), converter, converter->isCopyLocal);
358 errorCode = U_ZERO_ERROR;
359 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
373 errorCode = U_ZERO_ERROR;
374 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
571 UErrorCode errorCode;
585 errorCode = U_ZERO_ERROR;
586 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
600 errorCode = U_ZERO_ERROR;
601 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
2637 UErrorCode errorCode;
2645 errorCode=U_ZERO_ERROR;
2646 name=ucnv_getName(cnv, &errorCode);
2647 if(U_FAILURE(errorCode)) {