/external/icu4c/test/intltest/ |
idnaref.cpp | 342 uprv_memmove(dest, b1, b1Len * U_SIZEOF_UCHAR); 508 uprv_memmove(b1,src, srcLength * U_SIZEOF_UCHAR); 516 uprv_memmove(b1,src, srcLength * U_SIZEOF_UCHAR); 578 uprv_memmove(dest, b2, b2Len * U_SIZEOF_UCHAR); 604 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR); 629 uprv_memmove(dest,src,u_strlen(src)* U_SIZEOF_UCHAR); 631 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR); 753 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR); 802 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR); 907 uprv_memmove(dest+reqLength, b1, b1Len * U_SIZEOF_UCHAR) [all...] |
nptrans.cpp | 267 uprv_memmove(dest,b1, b1Len*U_SIZEOF_UCHAR);
|
/external/icu4c/common/ |
propsvec.c | 232 uprv_memmove( 243 uprv_memmove(firstRow+columns, firstRow, count*4); 418 uprv_memmove(pv->v+count, row+2, valueColumns*4);
|
uidna.cpp | 319 uprv_memmove(dest, b1, b1Len * U_SIZEOF_UCHAR); 545 uprv_memmove(dest, b2, b2Len * U_SIZEOF_UCHAR); 574 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR); 601 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR);
|
loclikely.cpp | 101 uprv_memmove( 340 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we 346 uprv_memmove( [all...] |
uset.cpp | 572 // uprv_memmove(set->array+i, set->array+i+2, (length-i)*4); 586 // uprv_memmove(set->array+i, set->array+i+2, (length-i)*4); 620 // uprv_memmove(set->array+i+more, set->array+i, (length-i)*4);
|
ucnv_ext.cpp | 387 uprv_memmove(cnv->preToU, cnv->preToU+match, length); 436 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length); 884 uprv_memmove(cnv->preFromU, cnv->preFromU+match, length*U_SIZEOF_UCHAR); [all...] |
cmemory.h | 51 #define uprv_memmove(dst, src, size) ( \ macro 58 #define uprv_memmove(dst, src, size) U_STANDARD_CPP_NAMESPACE memmove(dst, src, size) macro
|
punycode.cpp | 552 uprv_memmove(dest+codeUnitIndex+cpLength, 556 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
|
utrie.cpp | 484 uprv_memmove(idx+indexLength, 519 uprv_memmove(idx+UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT, [all...] |
uloc.cpp | [all...] |
usprep.cpp | 801 uprv_memmove(dest,b2, b2Len*U_SIZEOF_UCHAR);
|
ustrcase.cpp | 423 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
|
ucnv.c | [all...] |
ustring.cpp | 1124 uprv_memmove(dest, src, count*U_SIZEOF_UCHAR); [all...] |
unistr.cpp | 85 uprv_memmove(dst+dstStart, src+srcStart, (size_t)(count*sizeof(*src))); [all...] |
ushape.cpp | [all...] |
uresbund.cpp | [all...] |
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 103 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
|
/external/icu4c/io/ |
ustdio.c | 428 uprv_memmove(f->fUCBuffer, str->fPos, dataSize * sizeof(UChar)); /* not accessing beyond memory */
|
/external/icu4c/i18n/ |
ucol_wgt.cpp | 512 uprv_memmove(ranges, ranges+1, *pRangeCount*sizeof(WeightRange));
|
ucol_elm.cpp | 531 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t)); 532 uprv_memmove(sizeshiftpos + 1, sizeshiftpos, [all...] |
digitlst.cpp | 239 uprv_memmove(outputStr, outputStr+MAX_IDX-length, length);
|
/external/icu4c/tools/gensprep/ |
store.c | 329 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
|
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 341 uprv_memmove(temp,dest,destLen); [all...] |