HomeSort by relevance Sort by last modified time
    Searched refs:swapArray32 (Results 1 - 18 of 18) 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...]
propname.cpp 367 ds->swapArray32(ds, inMap, 2*sizeof(EnumValue), outMap, pErrorCode);
412 ds->swapArray32(ds, inMap, length,
488 ds->swapArray32(ds, inMap, 4, outMap, pErrorCode);
498 ds->swapArray32(ds, inEnumArray, tempMap->count*4, outEnumArray, pErrorCode);
542 ds->swapArray32(ds, inEnumArray+oldIndex, 4, outEnumArray+i, pErrorCode);
578 ds->swapArray32(ds, inEnumArray+oldIndexes[i], 4, tempEnumArray+i, pErrorCode);
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 435 ds->swapArray32(ds, inBytes, count, outBytes, status);
445 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 153 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode);
170 ds->swapArray32(ds,
200 ds->swapArray32(ds,
302 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
404 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
414 ds->swapArray32(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
516 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
package.cpp 767 dsLocalToOut->swapArray32(dsLocalToOut, &outInt32, 4, &outInt32, &errorCode);
769 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode));
785 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, &errorCode);
787 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode));
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 916 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
946 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
957 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 1082 milliseconds