• Home
  • Raw
  • Download

Lines Matching refs:readUInt32

59     trie.signature=ds->readUInt32(inTrie->signature);  in utrie_swap()
60 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
145 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
208 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
237 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
238 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
239 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
240 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
241 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
242 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
243 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
244 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
245 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE); in swapFormatVersion3()
246 header.expansionCESize= ds->readUInt32(inHeader->expansionCESize); in swapFormatVersion3()
249 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte); in swapFormatVersion3()
250 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
670 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA()
671 header.contsSize= ds->readUInt32(inHeader->contsSize); in ucol_swapInverseUCA()
672 header.table= ds->readUInt32(inHeader->table); in ucol_swapInverseUCA()
673 header.conts= ds->readUInt32(inHeader->conts); in ucol_swapInverseUCA()