Searched refs:newCPs (Results 1 – 1 of 1) sorted by relevance
36 UChar *newCPs = (UChar *)uprv_realloc(tbl->codePoints, 2*tbl->size*sizeof(UChar)); in uprv_growTable() local37 if(newCPs == NULL) { in uprv_growTable()43 tbl->codePoints = newCPs; in uprv_growTable()