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

/macosx-10.9.5/ICU-511.35/icuSources/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 179 milliseconds