Searched refs:newMaxRows (Results 1 – 2 of 2) sorted by relevance
212 int newMaxRows = 0; in setValue() local215 newMaxRows = MEDIUM_ROWS; in setValue()217 newMaxRows = MAX_ROWS; in setValue()223 int[] temp = new int[newMaxRows * columns]; in setValue()226 maxRows = newMaxRows; in setValue()
205 int32_t newMaxRows; in upvec_setValue() local208 newMaxRows=UPVEC_MEDIUM_ROWS; in upvec_setValue()210 newMaxRows=UPVEC_MAX_ROWS; in upvec_setValue()216 newVectors=(uint32_t *)uprv_malloc(newMaxRows*columns*4); in upvec_setValue()226 pv->maxRows=newMaxRows; in upvec_setValue()