Lines Matching refs:readUInt32
57 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
58 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
143 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
206 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
235 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
236 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
237 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
238 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
239 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
240 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
241 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
242 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
243 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE); in swapFormatVersion3()
244 header.expansionCESize= ds->readUInt32(inHeader->expansionCESize); in swapFormatVersion3()
247 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte); in swapFormatVersion3()
248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
668 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA()
669 header.contsSize= ds->readUInt32(inHeader->contsSize); in ucol_swapInverseUCA()
670 header.table= ds->readUInt32(inHeader->table); in ucol_swapInverseUCA()
671 header.conts= ds->readUInt32(inHeader->conts); in ucol_swapInverseUCA()