Lines Matching refs:inBytes

1332     const uint8_t *inBytes;
1378 inBytes=(const uint8_t *)inData+headerSize;
1382 inStaticData=(const UConverterStaticData *)inBytes;
1418 inBytes+=staticDataSize;
1427 inMBCSHeader=(const _MBCSHeader *)inBytes;
1522 inExtIndexes=(const int32_t *)(inBytes+extOffset);
1535 if(inBytes!=outBytes) {
1536 uprv_memcpy(outBytes, inBytes, size);
1551 const char *inBaseName=(const char *)inBytes+count;
1561 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1567 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1573 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1582 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1593 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1599 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1609 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1613 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1624 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1632 inBytes+=extOffset;
1638 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1643 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1648 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1653 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1660 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1665 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1670 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1674 ds->swapArray32(ds, inBytes, length*4, outBytes, pErrorCode);