Lines Matching full:inbytes
321 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
322 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
369 if (inBytes != outBytes) {
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
419 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
424 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen),
428 ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourceLen),
432 ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTableLen),
440 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status);