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

  /external/icu/icu4c/source/common/
ucol_swp.cpp 93 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
97 ds->swapArray16(ds, inTrie+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode);
281 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
317 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
325 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
334 ds->swapArray16(ds, inBytes+header.leadByteToScript,
507 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
514 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
521 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
528 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode)
    [all...]
rbbidata.cpp 414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
447 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
456 ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourceLen),
udataswp.c 340 ds->swapArray16(ds, &pHeader->dataHeader.headerSize, 2, &outHeader->dataHeader.headerSize, pErrorCode);
343 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode);
397 swapper->swapArray16=uprv_copyArray16;
401 swapper->swapArray16=uprv_swapArray16;
ucnv_io.cpp     [all...]
ucnv_bld.cpp     [all...]
udataswp.h 178 UDataSwapFn *swapArray16;
utrie2.cpp 497 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
502 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
505 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
dictionarydata.cpp 221 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
uresdata.cpp     [all...]
unames.cpp     [all...]
usprep.cpp 865 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 264 ds->swapArray16(ds,
292 ds->swapArray16(ds,
396 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/icu/icu4c/source/i18n/
uspoof_impl.cpp 824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);

Completed in 604 milliseconds