Home | History | Annotate | Download | only in common

Lines Matching refs:readUInt32

352     if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || 
354 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
364 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
408 tableStartOffset = ds->readUInt32(rbbiDH->fFTable);
409 tableLength = ds->readUInt32(rbbiDH->fFTableLen);
419 tableStartOffset = ds->readUInt32(rbbiDH->fRTable);
420 tableLength = ds->readUInt32(rbbiDH->fRTableLen);
430 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable);
431 tableLength = ds->readUInt32(rbbiDH->fSFTableLen);
441 tableStartOffset = ds->readUInt32(rbbiDH->fSRTable);
442 tableLength = ds->readUInt32(rbbiDH->fSRTableLen);
452 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen),
453 outBytes+ds->readUInt32(rbbiDH->fTrie), status);
456 ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourceLen),
457 outBytes+ds->readUInt32(rbbiDH->fRuleSource), status);
460 ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTableLen),
461 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status);