Lines Matching refs:inBytes
322 const uint8_t *inBytes =(const uint8_t *)inData+headerSize; in ubrk_swap() local
323 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap()
369 if (inBytes != outBytes) { in ubrk_swap()
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
419 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
424 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
428 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
432 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
439 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); in ubrk_swap()