Home | History | Annotate | Download | only in common

Lines Matching defs:outBundle

695                   const Resource *inBundle, Resource *outBundle,
730 q=outBundle+offset;
805 q=outBundle+offset;
813 itemKey=(const char *)outBundle+keyOffset;
818 itemKey=(const char *)outBundle+keyOffset;
822 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
875 * before the results are copied to the outBundle.
942 ures_swapResource(ds, inBundle, outBundle, item, NULL, pTempTable, pErrorCode);
1059 Resource *outBundle=(Resource *)((char *)outData+headerSize);
1089 uprv_memcpy(outBundle, inBundle, 4*top);
1094 outBundle+keysBottom, pErrorCode);
1102 ds->swapArray16(ds, inBundle+keysTop, (resBottom-keysTop)*4, outBundle+keysTop, pErrorCode);
1110 tempTable.keyChars=(const char *)outBundle; /* sort by outCharset */
1129 ures_swapResource(ds, inBundle, outBundle, rootRes, NULL, &tempTable, pErrorCode);
1143 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode);