Lines Matching refs:readUInt32
326 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
328 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
337 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
381 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
382 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
392 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
393 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
403 utrie2_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
404 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
407 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
408 outBytes+ds->readUInt32(rbbiDH->fRuleSource), status); in ubrk_swap()
411 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
412 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status); in ubrk_swap()