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

  /external/icu4c/common/
rbbidata.cpp 386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
419 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
428 ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourceLen),
ucol_swp.cpp 92 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
96 ds->swapArray16(ds, inTrie+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode);
269 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
306 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
314 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
323 ds->swapArray16(ds, inBytes+header.leadByteToScript,
462 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
ucnv_io.c     [all...]
ucnv_bld.c     [all...]
udataswp.c 291 ds->swapArray16(ds, &pHeader->dataHeader.headerSize, 2, &outHeader->dataHeader.headerSize, pErrorCode);
294 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode);
347 swapper->swapArray16= inIsBigEndian==outIsBigEndian ? uprv_copyArray16 : uprv_swapArray16;
udataswp.h 178 UDataSwapFn *swapArray16;
uresdata.c 721 ds->swapArray16(ds, p+1, 2*count, q+1, pErrorCode);
764 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
814 ds->swapArray16(ds, pKey16, count*2, qKey16, pErrorCode);
869 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
    [all...]
utrie2.cpp 464 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
469 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
472 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
unames.c     [all...]
triedict.cpp     [all...]
usprep.cpp 914 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
normalizer2impl.cpp     [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 265 ds->swapArray16(ds,
293 ds->swapArray16(ds,
397 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
611 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
630 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
693 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode);
  /external/icu4c/i18n/
uspoof_impl.cpp 930 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
935 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
940 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);

Completed in 264 milliseconds