Lines Matching full:new_array_start
2680 wchar_t *new_array_start, *new_array_end;
2687 new_array_start = re_realloc (mbcset->range_starts, wchar_t,
2692 if (BE (new_array_start == NULL || new_array_end == NULL, 0))
2695 mbcset->range_starts = new_array_start;
2922 uint32_t *new_array_start;
2928 new_array_start = re_realloc (mbcset->range_starts, uint32_t,
2933 if (BE (new_array_start == NULL || new_array_end == NULL, 0))
2936 mbcset->range_starts = new_array_start;