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

  /external/icu/icu4c/source/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/icu/icu4c/source/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);
544 uprv_memmove(dest, b2, b2Len * U_SIZEOF_UCHAR);
573 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR);
600 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR);
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,
uarrsort.c 123 uprv_memmove(dest+itemSize, dest, (j-insertionPoint)*itemSize);
loclikely.cpp 103 uprv_memmove(
342 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
348 uprv_memmove(
    [all...]
ucnv_ext.cpp 387 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
436 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length);
883 uprv_memmove(cnv->preFromU, cnv->preFromU+match, length*U_SIZEOF_UCHAR);
    [all...]
uloc.cpp     [all...]
utrie.cpp 484 uprv_memmove(idx+indexLength,
519 uprv_memmove(idx+UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT,
    [all...]
ucnv.c     [all...]
ustrcase.cpp 422 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
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/icu/icu4c/source/tools/toolutil/
toolutil.cpp 114 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
  /external/icu/icu4c/source/tools/gensprep/
store.c 329 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
  /external/icu/icu4c/source/i18n/
digitlst.cpp 235 uprv_memmove(outputStr, outputStr+MAX_IDX-length, length);
  /external/icu/icu4c/source/io/
ustdio.c 431 uprv_memmove(f->fUCBuffer, str->fPos, dataSize * sizeof(UChar)); /* not accessing beyond memory */
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 351 uprv_memmove(temp,dest,destLen);
    [all...]

Completed in 215 milliseconds