Home
last modified time | relevance | path

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

/external/icu4c/common/
Dpropsvec.c203 uint32_t *newVectors; in upvec_setValue() local
215 newVectors=(uint32_t *)uprv_malloc(newMaxRows*columns*4); in upvec_setValue()
216 if(newVectors==NULL) { in upvec_setValue()
220 uprv_memcpy(newVectors, pv->v, rows*columns*4); in upvec_setValue()
221 firstRow=newVectors+(firstRow-pv->v); in upvec_setValue()
222 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
224 pv->v=newVectors; in upvec_setValue()