Lines Matching refs:pErrorCode
1017 UErrorCode *pErrorCode) {
1056 ds->swapArray32(ds, p, 4, q, pErrorCode);
1058 ds->swapArray16(ds, p+1, 2*count, q+1, pErrorCode);
1063 ds->swapArray32(ds, p, 4, q, pErrorCode);
1076 ucol_swap(ds, p+1, count, q+1, pErrorCode);
1101 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
1113 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode);
1140 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
1141 if(U_FAILURE(*pErrorCode)) {
1151 ds->swapArray16(ds, pKey16, count*2, qKey16, pErrorCode);
1152 ds->swapArray32(ds, p, count*4, q, pErrorCode);
1155 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode);
1181 FALSE, pErrorCode);
1182 if(U_FAILURE(*pErrorCode)) {
1206 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
1221 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
1240 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
1255 ds->swapArray32(ds, p++, 4, q++, pErrorCode);
1260 ures_swapResource(ds, inBundle, outBundle, item, NULL, pTempTable, pErrorCode);
1261 if(U_FAILURE(*pErrorCode)) {
1269 ds->swapArray32(ds, p, 4*count, q, pErrorCode);
1275 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode);
1279 *pErrorCode=U_UNSUPPORTED_ERROR;
1287 UErrorCode *pErrorCode) {
1303 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1304 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
1323 *pErrorCode=U_UNSUPPORTED_ERROR;
1338 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1352 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1368 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
1400 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
1413 outBundle+keysBottom, pErrorCode);
1414 if(U_FAILURE(*pErrorCode)) {
1421 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1422 if(U_FAILURE(*pErrorCode)) {
1438 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
1448 ures_swapResource(ds, inBundle, outBundle, rootRes, NULL, &tempTable, pErrorCode);
1449 if(U_FAILURE(*pErrorCode)) {
1462 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);