Lines Matching refs:swapArray32
89 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode); in utrie_swap()
94 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, trie.dataLength*4, in utrie_swap()
251 …ds->swapArray32(ds, inHeader, (int32_t)((const char *)&inHeader->jamoSpecial-(const char *)inHeade… in swapFormatVersion3()
253 …ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header… in swapFormatVersion3()
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3()
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3()
285 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4, in swapFormatVersion3()
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4, in swapFormatVersion3()
310 … ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, in swapFormatVersion3()
439 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode); in swapFormatVersion4()
452 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
493 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
500 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
674 ds->swapArray32(ds, inHeader, 5*4, outHeader, pErrorCode); in ucol_swapInverseUCA()
677 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()