Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java49 static final long GROWTH_PERCENT = 200; // 100 is no growth! field in UnicodeMap
257 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodeMap.java52 static final long GROWTH_PERCENT = 200; // 100 is no growth! field in UnicodeMap
260 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt()
/external/cldr/tools/java/libs/
Dutilities.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...