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

  /external/chromium/third_party/icu/source/i18n/
ucol_elm.cpp 518 int shiftsize = (pendexpansionce + pos) - start; local
523 if (shiftsize == 0 /*|| *(pendexpansionce + pos) < endexpansion*/) { /* the commented part is actually both redundant and dangerous */
528 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
530 shiftsize * sizeof(uint8_t));
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp 519 int shiftsize = (int)((pendexpansionce + pos) - start); local
524 if (shiftsize == 0 /*|| *(pendexpansionce + pos) < endexpansion*/) { /* the commented part is actually both redundant and dangerous */
529 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
531 shiftsize * sizeof(uint8_t));
    [all...]

Completed in 179 milliseconds