Lines Matching refs:rbbiDH
351 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap() local
352 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
353 rbbiDH->fFormatVersion[0] != 3 || in ubrk_swap()
354 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) in ubrk_swap()
364 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
408 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
409 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
419 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
420 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
430 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable); in ubrk_swap()
431 tableLength = ds->readUInt32(rbbiDH->fSFTableLen); in ubrk_swap()
441 tableStartOffset = ds->readUInt32(rbbiDH->fSRTable); in ubrk_swap()
442 tableLength = ds->readUInt32(rbbiDH->fSRTableLen); in ubrk_swap()
452 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
453 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
456 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
457 outBytes+ds->readUInt32(rbbiDH->fRuleSource), status); in ubrk_swap()
460 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
461 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status); in ubrk_swap()