• Home
  • Raw
  • Download

Lines Matching refs:readUInt32

70     header.magic=ds->readUInt32(inHeader->magic);  in ucol_looksLikeCollationBinary()
133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3()
162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3()
163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3()
164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3()
165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3()
168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3()
169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3()
170 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE); in swapFormatVersion3()
171 header.expansionCESize= ds->readUInt32(inHeader->expansionCESize); in swapFormatVersion3()
174 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte); in swapFormatVersion3()
175 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
595 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA()
596 header.contsSize= ds->readUInt32(inHeader->contsSize); in ucol_swapInverseUCA()
597 header.table= ds->readUInt32(inHeader->table); in ucol_swapInverseUCA()
598 header.conts= ds->readUInt32(inHeader->conts); in ucol_swapInverseUCA()