Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...