HomeSort by relevance Sort by last modified time
    Searched refs:swapArray32 (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/common/
ucol_swp.cpp 89 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
94 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, trie.dataLength*4,
251 ds->swapArray32(ds, inHeader, (int32_t)((const char *)&inHeader->jamoSpecial-(const char *)inHeader),
253 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
285 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
310 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
439 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode)
    [all...]
rbbidata.cpp 412 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
423 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
445 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
460 ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTableLen),
467 ds->swapArray32(ds, inBytes, sizeof(RBBIDataHeader), outBytes, status);
468 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status);
ucnv_bld.cpp     [all...]
uresdata.cpp     [all...]
udataswp.h 180 UDataSwapFn *swapArray32;
udataswp.c 398 swapper->swapArray32=uprv_copyArray32;
402 swapper->swapArray32=uprv_swapArray32;
dictionarydata.cpp 215 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
utrie2.cpp 496 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
506 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, dataLength*4,
ucnvsel.cpp 437 ds->swapArray32(ds, inBytes, count, outBytes, status);
447 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
unames.cpp     [all...]
usprep.cpp 855 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
ucnv_io.cpp     [all...]
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 130 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
237 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode);
254 ds->swapArray32(ds,
284 ds->swapArray32(ds,
386 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
488 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
498 ds->swapArray32(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
602 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
package.cpp 819 dsLocalToOut->swapArray32(dsLocalToOut, &outInt32, 4, &outInt32, &errorCode);
821 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode));
837 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, &errorCode);
839 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
849 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
863 ds->swapArray32(ds, &spoofDH->fLength, sizeof(SpoofDataHeader)-8 /* minus magic and fFormatVersion[4] */, &outputDH->fLength, status);
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 456 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);

Completed in 979 milliseconds