Lines Matching refs:swapArray32
1068 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
1075 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
1125 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode); in ures_swapResource()
1164 ds->swapArray32(ds, p, count*4, q, pErrorCode); in ures_swapResource()
1167 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode); in ures_swapResource()
1233 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); in ures_swapResource()
1252 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); in ures_swapResource()
1267 ds->swapArray32(ds, p++, 4, q++, pErrorCode); in ures_swapResource()
1281 ds->swapArray32(ds, p, 4*count, q, pErrorCode); in ures_swapResource()
1287 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode); in ures_swapResource()
1474 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()