Lines Matching refs:inBundle
695 const Resource *inBundle, Resource *outBundle,
729 p=inBundle+offset;
804 p=inBundle+offset; /* pointer to table resources */
822 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
942 ures_swapResource(ds, inBundle, outBundle, item, NULL, pTempTable, pErrorCode);
971 const Resource *inBundle;
1024 inBundle=(const Resource *)((const char *)inData+headerSize);
1025 rootRes=ds->readUInt32(*inBundle);
1028 inIndexes=(const int32_t *)(inBundle+1);
1089 uprv_memcpy(outBundle, inBundle, 4*top);
1093 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom),
1102 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1129 ures_swapResource(ds, inBundle, outBundle, rootRes, NULL, &tempTable, pErrorCode);
1143 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);