Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java214 int newMaxRows = 0; in setValue() local
217 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPropsVectors.java216 int newMaxRows = 0; in setValue() local
219 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()
/third_party/skia/third_party/externals/icu/source/common/
Dpropsvec.cpp207 int32_t newMaxRows; in upvec_setValue() local
210 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()
/third_party/node/deps/icu-small/source/common/
Dpropsvec.cpp207 int32_t newMaxRows; in upvec_setValue() local
210 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()
/third_party/icu/icu4c/source/common/
Dpropsvec.cpp207 int32_t newMaxRows; in upvec_setValue() local
210 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()