Searched defs:INITIAL_CAPACITY (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layoutex/layout/
H A DRunArrays.h30 #define INITIAL_CAPACITY 16 macro
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.h40 static const int32_t INITIAL_CAPACITY = 40; member in class:CollationIterator::CEBuffer
46 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
58 // Use INITIAL_CAPACITY for a very simple fastpath.
60 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
81 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java144 private static final int INITIAL_CAPACITY = 40; field in class:CollationKeys.SortKeyLevel
146 byte[] buffer = new byte[INITIAL_CAPACITY];
H A DCollationIterator.java29 private static final int INITIAL_CAPACITY = 40; field in class:CollationIterator.CEBuffer
34 if(length >= INITIAL_CAPACITY) {
60 // Use INITIAL_CAPACITY for a very simple fastpath.
62 if(length >= INITIAL_CAPACITY) {
77 private long[] buffer = new long[INITIAL_CAPACITY];
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 181 milliseconds