Lines Matching refs:pErrorCode
1111 static UBool haveAvailableConverterList(UErrorCode *pErrorCode) {
1124 allConvEnum = ucnv_openAllNames(pErrorCode);
1125 allConverterCount = uenum_count(allConvEnum, pErrorCode);
1126 if (U_FAILURE(*pErrorCode)) {
1133 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1167 ucnv_bld_countAvailableConverters(UErrorCode *pErrorCode) {
1168 if (haveAvailableConverterList(pErrorCode)) {
1175 ucnv_bld_getAvailableConverter(uint16_t n, UErrorCode *pErrorCode) {
1176 if (haveAvailableConverterList(pErrorCode)) {
1180 *pErrorCode = U_INDEX_OUTOFBOUNDS_ERROR;
1343 UErrorCode *pErrorCode) {
1370 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1371 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
1389 *pErrorCode=U_UNSUPPORTED_ERROR;
1409 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1421 &outStaticData->structSize, pErrorCode);
1423 &outStaticData->codepage, pErrorCode);
1426 outStaticData->name, pErrorCode);
1427 if(U_FAILURE(*pErrorCode)) {
1448 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1462 *pErrorCode=U_UNSUPPORTED_ERROR;
1480 *pErrorCode=U_UNSUPPORTED_ERROR;
1499 *pErrorCode=U_UNSUPPORTED_ERROR;
1533 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1545 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1557 &outMBCSHeader->countStates, pErrorCode);
1569 outBaseName, pErrorCode);
1577 outBytes+offset, pErrorCode);
1583 outBytes+offset, pErrorCode);
1589 outBytes+offset, pErrorCode);
1598 outBytes+offset, pErrorCode);
1609 outBytes+offset, pErrorCode);
1615 outBytes+offset, pErrorCode);
1625 outBytes+offset, pErrorCode);
1629 outBytes+offset, pErrorCode);
1640 outBytes+offset, pErrorCode);
1653 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1658 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1663 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1668 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1675 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1680 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1685 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1689 ds->swapArray32(ds, inBytes, length*4, outBytes, pErrorCode);
1695 *pErrorCode=U_UNSUPPORTED_ERROR;