Home | History | Annotate | Download | only in common

Lines Matching full:inbytes

152     const uint8_t *inBytes;
170 inBytes=(const uint8_t *)inData;
214 if(inBytes!=outBytes) {
215 uprv_memcpy(outBytes, inBytes, header.size);
247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
267 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
271 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
278 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
284 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
297 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
304 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
310 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
311 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
312 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
319 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
320 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
321 ds->swapArray16(ds, inBytes+header.leadByteToScript,
383 const uint8_t *inBytes;
414 inBytes=(const uint8_t *)inData+headerSize;
417 inHeader=(const InverseUCATableHeader *)inBytes;
440 if(inBytes!=outBytes) {
441 uprv_memcpy(outBytes, inBytes, header.byteSize);
456 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4,
460 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,