Lines Matching refs:inBytes

1342     const uint8_t *inBytes;
1388 inBytes=(const uint8_t *)inData+headerSize;
1392 inStaticData=(const UConverterStaticData *)inBytes;
1428 inBytes+=staticDataSize;
1437 inMBCSHeader=(const _MBCSHeader *)inBytes;
1532 inExtIndexes=(const int32_t *)(inBytes+extOffset);
1545 if(inBytes!=outBytes) {
1546 uprv_memcpy(outBytes, inBytes, size);
1561 const char *inBaseName=(const char *)inBytes+count;
1571 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1577 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1583 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1592 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1603 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1609 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1619 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1623 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1634 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1642 inBytes+=extOffset;
1648 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1653 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1658 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1663 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1670 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1675 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1680 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1684 ds->swapArray32(ds, inBytes, length*4, outBytes, pErrorCode);