/external/icu4c/common/ |
ucol_swp.cpp | 88 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode); 93 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, trie.dataLength*4, 237 ds->swapArray32(ds, inHeader, (int32_t)((const char *)&inHeader->jamoSpecial-(const char *)inHeader), 239 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), 247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, 260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, 271 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4, 284 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4, 297 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, 453 ds->swapArray32(ds, inHeader, 5*4, outHeader, pErrorCode) [all...] |
rbbidata.cpp | 384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, 395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, 406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, 417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize, 432 ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTableLen), 439 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status); 440 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status);
|
uresdata.c | 738 ds->swapArray32(ds, p, 4, q, pErrorCode); 745 ds->swapArray32(ds, p, 4, q, pErrorCode); 795 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode); 834 ds->swapArray32(ds, p, count*4, q, pErrorCode); 837 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode); 903 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode); 922 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode); 937 ds->swapArray32(ds, p++, 4, q++, pErrorCode); 951 ds->swapArray32(ds, p, 4*count, q, pErrorCode); 957 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode) [all...] |
ucnv_bld.cpp | [all...] |
udataswp.h | 180 UDataSwapFn *swapArray32;
|
dictionarydata.cpp | 203 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
|
utrie2.cpp | 467 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode); 477 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, dataLength*4,
|
udataswp.c | 348 swapper->swapArray32= inIsBigEndian==outIsBigEndian ? uprv_copyArray32 : uprv_swapArray32;
|
ucnvsel.cpp | 437 ds->swapArray32(ds, inBytes, count, outBytes, status); 447 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
|
unames.cpp | [all...] |
ucnv_io.cpp | [all...] |
usprep.cpp | 901 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
|
normalizer2impl.cpp | [all...] |
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode); 239 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode); 256 ds->swapArray32(ds, 286 ds->swapArray32(ds, 388 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); 490 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); 500 ds->swapArray32(ds, inBytes+offset, count, outBytes+offset, pErrorCode); 602 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
|
package.cpp | 768 dsLocalToOut->swapArray32(dsLocalToOut, &outInt32, 4, &outInt32, &errorCode); 770 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode)); 786 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, &errorCode); 788 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode)); [all...] |
/external/icu4c/i18n/ |
uspoof_impl.cpp | 926 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); 956 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); 970 ds->swapArray32(ds, &spoofDH->fLength, sizeof(SpoofDataHeader)-8 /* minus magic and fFormatVersion[4] */, &outputDH->fLength, status);
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
|