Lines Matching refs:readUInt32
348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap()
359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
452 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
456 uprv_memmove(outBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
457 inBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
458 ds->readUInt32(rbbiDH->fRuleSourceLen)); in ubrk_swap()
462 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
463 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status); in ubrk_swap()