Lines Matching refs:rbbiDH
323 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes; in ubrk_swap() local
324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
325 rbbiDH->fFormatVersion[0] != 3 || in ubrk_swap()
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) in ubrk_swap()
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
381 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
391 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
392 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
402 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable); in ubrk_swap()
403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen); in ubrk_swap()
413 tableStartOffset = ds->readUInt32(rbbiDH->fSRTable); in ubrk_swap()
414 tableLength = ds->readUInt32(rbbiDH->fSRTableLen); in ubrk_swap()
424 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
425 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
428 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
429 outBytes+ds->readUInt32(rbbiDH->fRuleSource), status); in ubrk_swap()
432 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
433 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status); in ubrk_swap()