Home
last modified time | relevance | path

Searched refs:uprv_memmove (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/common/
Dpropsvec.c234 uprv_memmove( in upvec_setValue()
245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue()
420 uprv_memmove(pv->v+count, row+2, (size_t)valueColumns*4); in upvec_compact()
Dpunycode.cpp554 uprv_memmove(dest+codeUnitIndex+cpLength, in u_strFromPunycode()
558 uprv_memmove(caseFlags+codeUnitIndex+cpLength, in u_strFromPunycode()
Dcmemory.h53 #define uprv_memmove(dst, src, size) ( \ macro
60 #define uprv_memmove(dst, src, size) U_STANDARD_CPP_NAMESPACE memmove(dst, src, size) macro
Duarrsort.c125 uprv_memmove(dest+itemSize, dest, (j-insertionPoint)*(size_t)itemSize); in doInsertionSort()
Duloc.cpp1054 uprv_memmove(nextSeparator - delta, nextSeparator, bufLen-(nextSeparator-buffer)); in uloc_setKeywordValue()
1067 uprv_memmove(nextSeparator+delta,nextSeparator, bufLen-(nextSeparator-buffer)); in uloc_setKeywordValue()
1080 uprv_memmove(keywordStart, nextSeparator+1, bufLen-((nextSeparator+1)-buffer)); in uloc_setKeywordValue()
1104uprv_memmove(insertHere+(1+keywordNameLen+1+keywordValueLen), insertHere, bufLen-(insertHere-buffe… in uloc_setKeywordValue()
1456 uprv_memmove(variants, variants+d, variantsLen); in _deleteVariant()
Dloclikely.cpp105 uprv_memmove( in appendTag()
350 uprv_memmove( in createTagStringWithAlternates()
Ducnv_ext.cpp389 uprv_memmove(cnv->preToU, cnv->preToU+match, length); in ucnv_extContinueMatchToU()
438 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length); in ucnv_extContinueMatchToU()
Dutrie.cpp486 uprv_memmove(idx+indexLength, in utrie_fold()
521 uprv_memmove(idx+UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT, in utrie_fold()
Ducnv.c1896 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+i, in ucnv_getNextUChar()
1996 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+1, in ucnv_getNextUChar()
2028 uprv_memmove(cnv->UCharErrorBuffer+delta, cnv->UCharErrorBuffer, in ucnv_getNextUChar()
Dustring.cpp1126 uprv_memmove(dest, src, (size_t)count*U_SIZEOF_UCHAR); in u_memmove()
Dunistr.cpp87 uprv_memmove(dst+dstStart, src+srcStart, (size_t)count*sizeof(*src)); in us_arrayCopy()
Duresbund.cpp1206 uprv_memmove(&resB->fResData, rdata, sizeof(ResourceData)); in init_resb_result()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp116uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1); in getLongPathname()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp261 uprv_memmove(outputStr, outputStr+MAX_IDX-length, length); in formatBase10()
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp353 uprv_memmove(temp,dest,destLen); in convertAndEscape()