Lines Matching refs:inBytes

166     const uint8_t *inBytes;
184 inBytes=(const uint8_t *)inData;
228 if(inBytes!=outBytes) {
229 uprv_memcpy(outBytes, inBytes, header.size);
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
281 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
285 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
292 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
310 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
317 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
323 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
324 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
325 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
332 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
333 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
334 ds->swapArray16(ds, inBytes+header.leadByteToScript,
382 const uint8_t *inBytes=(const uint8_t *)inData;
385 const int32_t *inIndexes=(const int32_t *)inBytes;
434 if(inBytes!=outBytes) {
435 uprv_memcpy(outBytes, inBytes, size);
439 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode);
452 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
461 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
477 ds->swapArray64(ds, inBytes + offset, length, outBytes + offset, &errorCode);
493 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
500 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
507 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
514 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
521 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
528 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
604 const uint8_t *inBytes;
635 inBytes=(const uint8_t *)inData+headerSize;
638 inHeader=(const InverseUCATableHeader *)inBytes;
661 if(inBytes!=outBytes) {
662 uprv_memcpy(outBytes, inBytes, header.byteSize);
677 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4,
681 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,