Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

331     UErrorCode errorCode = U_ZERO_ERROR;
342 ucnv_getName(converter, &errorCode), converter, converter->isCopyLocal);
361 errorCode = U_ZERO_ERROR;
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
376 errorCode = U_ZERO_ERROR;
377 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
579 UErrorCode errorCode;
593 errorCode = U_ZERO_ERROR;
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
608 errorCode = U_ZERO_ERROR;
609 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
2645 UErrorCode errorCode;
2653 errorCode=U_ZERO_ERROR;
2654 name=ucnv_getName(cnv, &errorCode);
2655 if(U_FAILURE(errorCode)) {