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

  /external/icu4c/common/
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);
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,
239 ds->swapArray32(ds, inHeader, (int32_t)((const char *)&inHeader->jamoSpecial-(const char *)inHeader),
241 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
273 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
286 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
299 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
455 ds->swapArray32(ds, inHeader, 5*4, outHeader, pErrorCode)
    [all...]
uresdata.c 719 ds->swapArray32(ds, p, 4, q, pErrorCode);
726 ds->swapArray32(ds, p, 4, q, pErrorCode);
776 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode);
815 ds->swapArray32(ds, p, count*4, q, pErrorCode);
818 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode);
884 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode);
903 ds->swapArray32(ds, p+oldIndex, 4, r+i, pErrorCode);
918 ds->swapArray32(ds, p++, 4, q++, pErrorCode);
932 ds->swapArray32(ds, p, 4*count, q, pErrorCode);
938 ds->swapArray32(ds, p, 4*(1+count), q, pErrorCode)
    [all...]
ucnv_bld.c     [all...]
udataswp.h 180 UDataSwapFn *swapArray32;
utrie2.cpp 463 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
473 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.c     [all...]
ucnv_io.c     [all...]
usprep.cpp 904 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
triedict.cpp     [all...]
normalizer2impl.cpp     [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 131 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
238 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode);
255 ds->swapArray32(ds,
285 ds->swapArray32(ds,
387 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
489 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
499 ds->swapArray32(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
601 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 925 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
955 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
969 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);

Completed in 678 milliseconds