Lines Matching refs:inBytes
324 const uint8_t *inBytes =(const uint8_t *)inData+headerSize; in ubrk_swap() local
325 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap()
370 if (inBytes != outBytes) { in ubrk_swap()
385 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
387 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
396 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
398 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
403 utrie2_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
407 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
411 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
418 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); in ubrk_swap()