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

/external/icu/icu4c/source/layoutex/layout/
H A DRunArrays.h32 #define INITIAL_CAPACITY 16 macro
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.h42 static const int32_t INITIAL_CAPACITY = 40; member in class:CollationIterator::CEBuffer
48 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
60 // Use INITIAL_CAPACITY for a very simple fastpath.
62 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) {
83 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationKeys.java150 private static final int INITIAL_CAPACITY = 40; field in class:CollationKeys.SortKeyLevel
152 byte[] buffer = new byte[INITIAL_CAPACITY];
H A DCollationIterator.java33 private static final int INITIAL_CAPACITY = 40; field in class:CollationIterator.CEBuffer
38 if(length >= INITIAL_CAPACITY) {
64 // Use INITIAL_CAPACITY for a very simple fastpath.
66 if(length >= INITIAL_CAPACITY) {
81 private long[] buffer = new long[INITIAL_CAPACITY];
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java146 private static final int INITIAL_CAPACITY = 40; field in class:CollationKeys.SortKeyLevel
148 byte[] buffer = new byte[INITIAL_CAPACITY];
H A DCollationIterator.java31 private static final int INITIAL_CAPACITY = 40; field in class:CollationIterator.CEBuffer
36 if(length >= INITIAL_CAPACITY) {
62 // Use INITIAL_CAPACITY for a very simple fastpath.
64 if(length >= INITIAL_CAPACITY) {
79 private long[] buffer = new long[INITIAL_CAPACITY];
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 919 milliseconds