Home
last modified time | relevance | path

Searched refs:swapArray32 (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/common/
Ducol_swp.c88 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode); in utrie_swap()
93 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, trie.dataLength*4, in utrie_swap()
192 …ds->swapArray32(ds, inHeader, (int32_t)((const char *)&inHeader->jamoSpecial-(const char *)inHeade… in ucol_swapBinary()
201 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in ucol_swapBinary()
214 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in ucol_swapBinary()
225 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4, in ucol_swapBinary()
238 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4, in ucol_swapBinary()
251 … ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, in ucol_swapBinary()
388 ds->swapArray32(ds, inHeader, 5*4, outHeader, pErrorCode); in ucol_swapInverseUCA()
391 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
Drbbidata.cpp378 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
389 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
400 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
411 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, in ubrk_swap()
426 …ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTa… in ubrk_swap()
434 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); in ubrk_swap()
436 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Duresdata.c726 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
733 ds->swapArray32(ds, p, 4, q, pErrorCode); in ures_swapResource()
776 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode); in ures_swapResource()
824 ds->swapArray32(ds, p, count*4, q, pErrorCode); in ures_swapResource()
827 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode); in ures_swapResource()
893 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); in ures_swapResource()
912 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); in ures_swapResource()
927 ds->swapArray32(ds, p++, 4, q++, pErrorCode); in ures_swapResource()
941 ds->swapArray32(ds, p, 4*count, q, pErrorCode); in ures_swapResource()
947 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode); in ures_swapResource()
[all …]
Ducnv_bld.c1325 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap()
1327 ds->swapArray32(ds, &inStaticData->codepage, 4, in ucnv_swap()
1461 ds->swapArray32(ds, &inMBCSHeader->countStates, count-4, in ucnv_swap()
1481 ds->swapArray32(ds, inBytes+offset, (int32_t)count, in ucnv_swap()
1487 ds->swapArray32(ds, inBytes+offset, (int32_t)count, in ucnv_swap()
1519 ds->swapArray32(ds, inBytes+offset, (int32_t)count, in ucnv_swap()
1533 ds->swapArray32(ds, inBytes+offset, (int32_t)count, in ucnv_swap()
1558 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode); in ucnv_swap()
1573 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode); in ucnv_swap()
1590 ds->swapArray32(ds, inBytes+offset, length*4, outBytes+offset, pErrorCode); in ucnv_swap()
[all …]
Dpropname.cpp367 ds->swapArray32(ds, inMap, 2*sizeof(EnumValue), outMap, pErrorCode); in swap()
412 ds->swapArray32(ds, inMap, length, in swap()
488 ds->swapArray32(ds, inMap, 4, outMap, pErrorCode); in swap()
498 ds->swapArray32(ds, inEnumArray, tempMap->count*4, outEnumArray, pErrorCode); in swap()
542 ds->swapArray32(ds, inEnumArray+oldIndex, 4, outEnumArray+i, pErrorCode); in swap()
578 ds->swapArray32(ds, inEnumArray+oldIndexes[i], 4, tempEnumArray+i, pErrorCode); in swap()
Dudataswp.h180 UDataSwapFn *swapArray32; member
Dudataswp.c348 swapper->swapArray32= inIsBigEndian==outIsBigEndian ? uprv_copyArray32 : uprv_swapArray32; in udata_openSwapper()
Dunames.c1894 ds->swapArray32(ds, inBytes, 16, outBytes, pErrorCode); in uchar_swapNames()
2016 ds->swapArray32(ds, inBytes+offset, 4, outBytes+offset, pErrorCode); in uchar_swapNames()
2031 ds->swapArray32(ds, inRange, 8, outRange, pErrorCode); in uchar_swapNames()
Dusprep.cpp909 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); in usprep_swap()
Ducnv_io.c1208 ds->swapArray32(ds, inTable, 4*(1+tocLength), outTable, pErrorCode); in ucnv_swapAliases()
Dtriedict.cpp1400 ds->swapArray32(ds, inBytes+offsetof(CompactTrieHeader,offsets), in triedict_swap()
/external/icu4c/tools/toolutil/
Dswapimpl.cpp131 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode); in uprops_swap()
148 ds->swapArray32(ds, in uprops_swap()
178 ds->swapArray32(ds, in uprops_swap()
271 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); in ucase_swap()
372 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); in ubidi_swap()
382 ds->swapArray32(ds, inBytes+offset, count, outBytes+offset, pErrorCode); in ubidi_swap()
484 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); in unorm_swap()
Dpackage.cpp752 dsLocalToOut->swapArray32(dsLocalToOut, &outInt32, 4, &outInt32, &errorCode); in writePackage()
770 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, &errorCode); in writePackage()
/external/icu4c/tools/icuswap/
Dicuswap.cpp457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode); in udata_swapPackage()