Searched refs:newMaxRows (Results 1 – 5 of 5) sorted by relevance
214 int newMaxRows = 0; in setValue() local217 newMaxRows = MEDIUM_ROWS; in setValue()219 newMaxRows = MAX_ROWS; in setValue()225 int[] temp = new int[newMaxRows * columns]; in setValue()228 maxRows = newMaxRows; in setValue()
216 int newMaxRows = 0; in setValue() local219 newMaxRows = MEDIUM_ROWS; in setValue()221 newMaxRows = MAX_ROWS; in setValue()227 int[] temp = new int[newMaxRows * columns]; in setValue()230 maxRows = newMaxRows; in setValue()
207 int32_t newMaxRows; in upvec_setValue() local210 newMaxRows=UPVEC_MEDIUM_ROWS; in upvec_setValue()212 newMaxRows=UPVEC_MAX_ROWS; in upvec_setValue()218 newVectors=(uint32_t *)uprv_malloc(newMaxRows*columns*4); in upvec_setValue()228 pv->maxRows=newMaxRows; in upvec_setValue()