/external/icu/icu4c/source/common/ |
D | ushape.cpp | 782 u_memcpy(dest, tempbuffer, sourceLength); in handleGeneratedSpaces() 840 u_memcpy(dest, tempbuffer, sourceLength); in handleGeneratedSpaces() 882 u_memcpy(dest, tempbuffer, sourceLength); in handleGeneratedSpaces() 946 u_memcpy(dest, tempbuffer, sourceLength); in expandCompositCharAtBegin() 1014 u_memcpy(dest, tempbuffer, sourceLength); in expandCompositCharAtEnd() 1182 u_memcpy(dest, tempbuffer, destSize); in expandCompositChar() 1576 u_memcpy(tempbuffer, source, sourceLength); in u_shapeArabic() 1642 u_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)); in u_shapeArabic() 1664 u_memcpy(dest, source, sourceLength); in u_shapeArabic()
|
D | ucnvdisp.cpp | 70 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR); in ucnv_getDisplayName()
|
D | unormcmp.cpp | 344 u_memcpy(fold1, p, length); in unorm_cmpEquivFold() 389 u_memcpy(fold2, p, length); in unorm_cmpEquivFold()
|
D | ustr_wcs.cpp | 257 u_memcpy((UChar *)dest, src, srcLength); in u_strToWCS() 512 u_memcpy(dest, (const UChar *)src, srcLength); in u_strFromWCS()
|
D | ucharstriebuilder.cpp | 340 u_memcpy(newUChars+(newCapacity-ucharsLength), in ensureCapacity() 364 u_memcpy(uchars+(ucharsCapacity-ucharsLength), s, length); in write()
|
D | unistr_case.cpp | 121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
|
D | locdispnames.cpp | 336 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey() 859 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()
|
D | usprep.cpp | 451 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError() 462 u_memcpy(parseError->postContext,rules+start,limit-start); in uprv_syntaxError()
|
D | uidna.cpp | 367 u_memcpy(dest, ACE_PREFIX, ACE_PREFIX_LENGTH); in _internal_toASCII() 369 u_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len); in _internal_toASCII()
|
D | ustrcase.cpp | 161 u_memcpy(dest+destIndex, s, length); in appendUnchanged() 1492 u_memcpy(fold1, p, length); in _cmpFold() 1538 u_memcpy(fold2, p, length); in _cmpFold()
|
D | unistr.cpp | 556 u_memcpy(getArrayStart(), src.getArrayStart(), srcLength); in copyFrom() 885 u_memcpy(dest, array, len); in extract() 1475 u_memcpy(oldStackBuffer, fUnion.fStackFields.fBuffer, oldLength); in doReplace()
|
D | ucnv.cpp | 1066 u_memcpy(cnv->preFromU, pArgs->source, length); in _fromUnicodeWithCallback() 2748 u_memcpy (errChars, converter->invalidUCharBuffer, *len); in ucnv_getInvalidUChars()
|
D | ustring.cpp | 1117 u_memcpy(UChar *dest, const UChar *src, int32_t count) { in u_memcpy() function
|
D | normalizer2impl.cpp | 320 u_memcpy(limit, s, length); in appendZeroCC() 908 u_memcpy(buffer+1, (const UChar *)mapping+1+2, mLength-2); in getRawDecomposition()
|
D | ucurr.cpp | 420 u_memcpy(iso, _iso, ISO_CURRENCY_CODE_LENGTH); in CReg() 957 u_memcpy(dest, source, len); in toUpperCase()
|
/external/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 997 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1() 1005 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1() 1007 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1() 1018 u_memcpy(text+length, strings[i].s, strings[i].length); in TestBOCU1()
|
D | sorttest.c | 154 u_memcpy(p->s, s, STR_LEN); in StableSortTest()
|
D | custrtst.c | 125 u_memcpy(temp,dataTable[i][j], 7); in TestStringFunctions() 152 u_memcpy(temp,nullTemp, 7); in TestStringFunctions() 1160 u_memcpy(buffer, string, length); in TestCountChar32()
|
/external/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 97 u_memcpy(dst->fChars, src->fChars, src->fLength); in ustr_cpy()
|
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 177 u_memcpy(dest, buffer, bufLen); in map()
|
D | idnaref.cpp | 385 u_memcpy(dest, ACE_PREFIX, ACE_PREFIX_LENGTH); in idnaref_toASCII() 387 u_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len); in idnaref_toASCII()
|
D | tsmthred.cpp | 1043 u_memcpy(lines[lineNum].buff, bufferU, buflen); in TestCollators()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 748 u_memcpy(UChar *dest, const UChar *src, int32_t count);
|
/external/icu/icu4c/source/test/perf/collperf2/ |
D | collperf2.cpp | 1200 u_memcpy(p, line, len - 1); // exclude the CR in getData16() 1239 u_memcpy(modData16->last(), s, len); in getModData16() 1347 u_memcpy(newD16->last(), s, capacity); in sortData16()
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 147 u_memcpy(patBuf, pattern, actualPatLen); in uregex_open() 711 u_memcpy(dest, ®exp->fText[startIx], copyLength); in uregex_group()
|