Home
last modified time | relevance | path

Searched refs:u_memcpy (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/common/
Dushape.cpp782 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()
Ducnvdisp.cpp70 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR); in ucnv_getDisplayName()
Dunormcmp.cpp344 u_memcpy(fold1, p, length); in unorm_cmpEquivFold()
389 u_memcpy(fold2, p, length); in unorm_cmpEquivFold()
Dustr_wcs.cpp257 u_memcpy((UChar *)dest, src, srcLength); in u_strToWCS()
512 u_memcpy(dest, (const UChar *)src, srcLength); in u_strFromWCS()
Ducharstriebuilder.cpp340 u_memcpy(newUChars+(newCapacity-ucharsLength), in ensureCapacity()
364 u_memcpy(uchars+(ucharsCapacity-ucharsLength), s, length); in write()
Dunistr_case.cpp121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
Dlocdispnames.cpp336 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey()
859 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()
Dusprep.cpp451 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError()
462 u_memcpy(parseError->postContext,rules+start,limit-start); in uprv_syntaxError()
Duidna.cpp367 u_memcpy(dest, ACE_PREFIX, ACE_PREFIX_LENGTH); in _internal_toASCII()
369 u_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len); in _internal_toASCII()
Dustrcase.cpp161 u_memcpy(dest+destIndex, s, length); in appendUnchanged()
1492 u_memcpy(fold1, p, length); in _cmpFold()
1538 u_memcpy(fold2, p, length); in _cmpFold()
Dunistr.cpp556 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()
Ducnv.cpp1066 u_memcpy(cnv->preFromU, pArgs->source, length); in _fromUnicodeWithCallback()
2748 u_memcpy (errChars, converter->invalidUCharBuffer, *len); in ucnv_getInvalidUChars()
Dustring.cpp1117 u_memcpy(UChar *dest, const UChar *src, int32_t count) { in u_memcpy() function
Dnormalizer2impl.cpp320 u_memcpy(limit, s, length); in appendZeroCC()
908 u_memcpy(buffer+1, (const UChar *)mapping+1+2, mLength-2); in getRawDecomposition()
Ducurr.cpp420 u_memcpy(iso, _iso, ISO_CURRENCY_CODE_LENGTH); in CReg()
957 u_memcpy(dest, source, len); in toUpperCase()
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c997 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()
Dsorttest.c154 u_memcpy(p->s, s, STR_LEN); in StableSortTest()
Dcustrtst.c125 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/
Dustr.c97 u_memcpy(dst->fChars, src->fChars, src->fLength); in ustr_cpy()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp177 u_memcpy(dest, buffer, bufLen); in map()
Didnaref.cpp385 u_memcpy(dest, ACE_PREFIX, ACE_PREFIX_LENGTH); in idnaref_toASCII()
387 u_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len); in idnaref_toASCII()
Dtsmthred.cpp1043 u_memcpy(lines[lineNum].buff, bufferU, buflen); in TestCollators()
/external/icu/icu4c/source/common/unicode/
Dustring.h748 u_memcpy(UChar *dest, const UChar *src, int32_t count);
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp1200 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/
Duregex.cpp147 u_memcpy(patBuf, pattern, actualPatLen); in uregex_open()
711 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()

12