Home | History | Annotate | Download | only in icuswap

Lines Matching defs:outBytes

343     uint8_t *outBytes;
454 outBytes=(uint8_t *)outData+headerSize;
457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
525 outBytes=(uint8_t *)(table+itemCount);
528 uprv_memcpy(outBytes, inBytes, 4);
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
542 outEntries=(UDataOffsetTOCEntry *)(outBytes+4);
583 compareToCEntries, outBytes, FALSE, pErrorCode);
606 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
610 outBytes+table[i].outOffset, pErrorCode);
617 (char *)outBytes+table[i].nameOffset,
627 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
633 uprv_memcpy((uint8_t *)outData+headerSize, outBytes, length);