Lines Matching refs:inBytes
346 const uint8_t *inBytes =(const uint8_t *)inData+headerSize; in ubrk_swap() local
347 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap()
392 if (inBytes != outBytes) { in ubrk_swap()
407 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap()
410 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
415 if (outBytes != inBytes) { in ubrk_swap()
417 inBytes+tableStartOffset+topSize, in ubrk_swap()
421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
431 RBBIStateTable *rbbiST = (RBBIStateTable *)(inBytes+tableStartOffset); in ubrk_swap()
434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
439 if (outBytes != inBytes) { in ubrk_swap()
441 inBytes+tableStartOffset+topSize, in ubrk_swap()
445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
455 if (outBytes != inBytes) { in ubrk_swap()
457 inBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
462 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
469 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); in ubrk_swap()