Home | History | Annotate | Download | only in common

Lines Matching defs:inBytes

1349     const uint8_t *inBytes;
1395 inBytes=(const uint8_t *)inData+headerSize;
1399 inStaticData=(const UConverterStaticData *)inBytes;
1435 inBytes+=staticDataSize;
1444 inMBCSHeader=(const _MBCSHeader *)inBytes;
1539 inExtIndexes=(const int32_t *)(inBytes+extOffset);
1552 if(inBytes!=outBytes) {
1553 uprv_memcpy(outBytes, inBytes, size);
1568 const char *inBaseName=(const char *)inBytes+count;
1578 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1584 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1590 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1599 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1610 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1616 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1626 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1630 ds->swapArray32(ds, inBytes+offset, (int32_t)count,
1641 ds->swapArray16(ds, inBytes+offset, (int32_t)count,
1649 inBytes+=extOffset;
1655 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);
1677 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1682 ds->swapArray16(ds, inBytes+offset, length*2, outBytes+offset, pErrorCode);
1687 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode);
1691 ds->swapArray32(ds, inBytes, length*4, outBytes, pErrorCode);