Lines Matching refs:inBytes
350 const uint8_t *inBytes =(const uint8_t *)inData+headerSize; in ubrk_swap() local
351 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap()
397 if (inBytes != outBytes) { in ubrk_swap()
412 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
423 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
445 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
447 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
452 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
456 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
460 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
467 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); in ubrk_swap()