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

  /external/icu4c/common/
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);
267 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
304 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
312 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
321 ds->swapArray16(ds, inBytes+header.leadByteToScript,
460 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
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),
ucnv_io.cpp     [all...]
ucnv_bld.cpp     [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 740 ds->swapArray16(ds, p+1, 2*count, q+1, pErrorCode);
783 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
833 ds->swapArray16(ds, pKey16, count*2, qKey16, pErrorCode);
888 ds->swapArray16(ds, pKey16+oldIndex, 2, rKey16+i, pErrorCode);
    [all...]
utrie2.cpp 468 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
473 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
476 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
dictionarydata.cpp 209 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
unames.cpp     [all...]
usprep.cpp 911 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
normalizer2impl.cpp     [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 266 ds->swapArray16(ds,
294 ds->swapArray16(ds,
398 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
612 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
631 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
694 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode);
  /external/icu4c/i18n/
uspoof_impl.cpp 931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
936 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
941 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);

Completed in 269 milliseconds