Lines Matching full:inbytes
292 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory);
293 const int32_t *inIndexes=(const int32_t *)inBytes;
312 inBytes+offset, nextOffset-offset, NULL,
320 maybeYesCompositions=(const uint16_t *)(inBytes+offset);
325 smallFCD=inBytes+offset;
1979 const uint8_t *inBytes;
2010 inBytes=(const uint8_t *)inData+headerSize;
2013 inIndexes=(const int32_t *)inBytes;
2042 if(inBytes!=outBytes) {
2043 uprv_memcpy(outBytes, inBytes, size);
2050 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2055 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
2060 ds->swapArray16(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);