Home
last modified time | relevance | path

Searched refs:newCPs (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ducol_cnt.cpp36 UChar *newCPs = (UChar *)uprv_realloc(tbl->codePoints, 2*tbl->size*sizeof(UChar)); in uprv_growTable() local
37 if(newCPs == NULL) { in uprv_growTable()
43 tbl->codePoints = newCPs; in uprv_growTable()