Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

389 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode);
479 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
508 *errorCode = U_MISSING_RESOURCE_ERROR;
513 ucnv_loadSharedData("ISO8859_7", &stackPieces, &stackArgs, errorCode);
516 ucnv_loadSharedData("Shift-JIS", &stackPieces, &stackArgs, errorCode);
519 ucnv_loadSharedData("jisx-212", &stackPieces, &stackArgs, errorCode);
524 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); /* gb_2312_80-1 */
529 ucnv_loadSharedData("ksc_5601", &stackPieces, &stackArgs, errorCode);
549 *errorCode = U_MISSING_RESOURCE_ERROR;
562 ucnv_canCreateConverter(cnvName, errorCode); /* errorCode carries result */
567 myConverterData->currentConverter=ucnv_open(cnvName, errorCode);
568 if (U_FAILURE(*errorCode)) {
597 *errorCode = U_MISSING_RESOURCE_ERROR;
604 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode);
607 ucnv_loadSharedData("noop-iso-ir-165", &stackPieces, &stackArgs, errorCode);
610 ucnv_loadSharedData("noop-cns-11643", &stackPieces, &stackArgs, errorCode);
644 *errorCode = U_MISSING_RESOURCE_ERROR;
653 if(U_FAILURE(*errorCode) || pArgs->onlyTestIsLoadable) {
657 *errorCode = U_MEMORY_ALLOCATION_ERROR;