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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 520 uint32_t *shiftpos = start + 1; local
521 uint8_t *sizeshiftpos = pexpansionsize + (shiftpos - pendexpansionce);
529 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
532 *shiftpos = endexpansion;
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp 522 uint32_t *shiftpos = start + 1; local
523 uint8_t *sizeshiftpos = pexpansionsize + (shiftpos - pendexpansionce);
531 uprv_memmove(shiftpos + 1, shiftpos, shiftsize * sizeof(int32_t));
534 *shiftpos = endexpansion;
    [all...]

Completed in 35 milliseconds