Lines Matching defs:inBytes

109     const uint8_t *inBytes;
117 inBytes=(const uint8_t *)inData;
154 const uint8_t *inBytes;
172 inBytes=(const uint8_t *)inData;
216 if(inBytes!=outBytes) {
217 uprv_memcpy(outBytes, inBytes, header.size);
249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
269 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
273 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
280 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
286 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
299 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
306 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
312 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
313 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
314 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
321 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
322 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
323 ds->swapArray16(ds, inBytes+header.leadByteToScript,
385 const uint8_t *inBytes;
416 inBytes=(const uint8_t *)inData+headerSize;
419 inHeader=(const InverseUCATableHeader *)inBytes;
442 if(inBytes!=outBytes) {
443 uprv_memcpy(outBytes, inBytes, header.byteSize);
458 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4,
462 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,