Searched refs:shiftsize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp521 int shiftsize = (int)((pendexpansionce + pos) - start); local
526 if (shiftsize == 0 /*|| *(pendexpansionce + pos) < endexpansion*/) { /* the commented part is actually both redundant and dangerous */
531 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
533 shiftsize * sizeof(uint8_t));

Completed in 62 milliseconds