Lines Matching refs:inBytes

1337     const uint8_t *inBytes;
1383 inBytes=(const uint8_t *)inData+headerSize;
1387 inStaticData=(const UConverterStaticData *)inBytes;
1423 inBytes+=staticDataSize;
1432 inMBCSHeader=(const _MBCSHeader *)inBytes;
1527 inExtIndexes=(const int32_t *)(inBytes+extOffset);
1540 if(inBytes!=outBytes) {
1541 uprv_memcpy(outBytes, inBytes, size);
1556 const char *inBaseName=(const char *)inBytes+count;
1566 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1572 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1578 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1587 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1598 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1604 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1614 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1618 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1629 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1637 inBytes+=extOffset;
1643 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1648 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1653 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1658 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1665 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1670 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1675 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1679 ds->swapArray32(ds, inBytes, length*4, outBytes, pErrorCode);