HomeSort by relevance Sort by last modified time
    Searched full:uprv_memmove (Results 26 - 50 of 53) sorted by null

12 3

  /external/icu4c/io/
ustdio.c 417 uprv_memmove(f->fUCBuffer, str->fPos, dataSize * sizeof(UChar));
  /external/icu4c/tools/gennorm/
store.c 343 uprv_memmove(combiningCPs+i, combiningCPs+i+1, (combineBackTop-i)*4);
375 uprv_memmove(combiningCPs+i+1, combiningCPs+i, (combineBackTop-i)*4);
    [all...]
  /external/chromium/third_party/icu/source/common/
utrie.c 484 uprv_memmove(idx+indexLength,
519 uprv_memmove(idx+UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT,
    [all...]
usprep.cpp 841 uprv_memmove(dest,b2, b2Len*U_SIZEOF_UCHAR);
ustrcase.c 545 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
ucnv.c     [all...]
unistr.cpp 85 uprv_memmove(dst+dstStart, src+srcStart, (size_t)(count*sizeof(*src)));
    [all...]
ustring.c 1119 return (UChar *)uprv_memmove(dest, src, count*U_SIZEOF_UCHAR);
    [all...]
ushape.c     [all...]
  /external/icu4c/common/
utrie.c 484 uprv_memmove(idx+indexLength,
519 uprv_memmove(idx+UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT,
    [all...]
usprep.cpp 800 uprv_memmove(dest,b2, b2Len*U_SIZEOF_UCHAR);
ustrcase.c 544 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
ucnv.c     [all...]
unistr.cpp 85 uprv_memmove(dst+dstStart, src+srcStart, (size_t)(count*sizeof(*src)));
    [all...]
ustring.c 1119 return (UChar *)uprv_memmove(dest, src, count*U_SIZEOF_UCHAR);
    [all...]
ushape.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_wgt.c 499 uprv_memmove(ranges, ranges+1, *pRangeCount*sizeof(WeightRange));
ucol_elm.cpp 528 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
529 uprv_memmove(sizeshiftpos + 1, sizeshiftpos,
    [all...]
  /external/icu4c/i18n/
ucol_wgt.cpp 499 uprv_memmove(ranges, ranges+1, *pRangeCount*sizeof(WeightRange));
ucol_elm.cpp 529 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
530 uprv_memmove(sizeshiftpos + 1, sizeshiftpos,
    [all...]
digitlst.cpp 224 uprv_memmove(outputStr, outputStr+MAX_IDX-length, length);
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 339 uprv_memmove(temp,dest,destLen);
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 339 uprv_memmove(temp,dest,destLen);
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 209 uprv_memmove(inverseTable[position+1], inverseTable[position], amountToMove);
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 209 uprv_memmove(inverseTable[position+1], inverseTable[position], amountToMove);
    [all...]

Completed in 1042 milliseconds

12 3