Lines Matching refs:outBundle
1013 const Resource *inBundle, Resource *outBundle,
1048 q=outBundle+offset;
1123 q=outBundle+offset;
1131 itemKey=(const char *)outBundle+keyOffset;
1136 itemKey=(const char *)outBundle+keyOffset;
1140 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
1193 * before the results are copied to the outBundle.
1260 ures_swapResource(ds, inBundle, outBundle, item, NULL, pTempTable, pErrorCode);
1378 Resource *outBundle=(Resource *)((char *)outData+headerSize);
1408 uprv_memcpy(outBundle, inBundle, 4*top);
1413 outBundle+keysBottom, pErrorCode);
1421 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1429 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */
1448 ures_swapResource(ds, inBundle, outBundle, rootRes, NULL, &tempTable, pErrorCode);
1462 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);