Home | History | Annotate | Download | only in common

Lines Matching defs:inBytes

2014     const uint8_t *inBytes;
2045 inBytes=(const uint8_t *)inData+headerSize;
2048 inIndexes=(const int32_t *)inBytes;
2077 if(inBytes!=outBytes) {
2078 uprv_memcpy(outBytes, inBytes, size);
2085 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2090 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
2095 ds->swapArray16(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);