Home | History | Annotate | Download | only in icuswap

Lines Matching full:outbytes

344     uint8_t *outBytes;
455 outBytes=(uint8_t *)outData+headerSize;
458 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
468 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
526 outBytes=(uint8_t *)(table+itemCount);
529 uprv_memcpy(outBytes, inBytes, 4);
530 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
543 outEntries=(UDataOffsetTOCEntry *)(outBytes+4);
584 compareToCEntries, outBytes, FALSE, pErrorCode);
607 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
611 outBytes+table[i].outOffset, pErrorCode);
618 (char *)outBytes+table[i].nameOffset,
628 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
634 uprv_memcpy((uint8_t *)outData+headerSize, outBytes, length);