Lines Matching refs:swapArray32
1056 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
1063 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
1113 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode); in ures_swapResource()
1152 ds->swapArray32(ds, p, count*4, q, pErrorCode); in ures_swapResource()
1155 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode); in ures_swapResource()
1221 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); in ures_swapResource()
1240 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); in ures_swapResource()
1255 ds->swapArray32(ds, p++, 4, q++, pErrorCode); in ures_swapResource()
1269 ds->swapArray32(ds, p, 4*count, q, pErrorCode); in ures_swapResource()
1275 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode); in ures_swapResource()
1462 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()