Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_realloc

1603         int32_t *tob    = (int32_t *) uprv_realloc(data->offsetBuffer, sizeof(int32_t) * (normLen + 1));
3616 uint32_t *tempBufCE = (uint32_t *)uprv_realloc(source->extendCEs,
3646 int32_t *tob = (int32_t *) uprv_realloc(source->offsetBuffer,
4219 newStart=(uint8_t*)uprv_realloc(secStart, newSize);
4563 fSecsTemp = (uint8_t *)uprv_realloc(fSecs, 2*fSecsLen);