Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

114     UErrorCode errorCode=U_ZERO_ERROR;
115 (void)udata_swapDataHeader(ds, inData, -1, NULL, &errorCode);
116 if(U_SUCCESS(errorCode)) {
380 UErrorCode &errorCode) {
381 if(U_FAILURE(errorCode)) { return 0; }
394 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
403 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
430 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
440 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode);
453 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
462 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
470 errorCode = U_UNSUPPORTED_ERROR;
478 ds->swapArray64(ds, inBytes + offset, length, outBytes + offset, &errorCode);
486 errorCode = U_UNSUPPORTED_ERROR;
494 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
501 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
508 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
515 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
522 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
529 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
539 errorCode = U_UNSUPPORTED_ERROR;