Searched refs:GROW_EXTRA (Results 1 – 4 of 4) sorted by relevance
58 #define GROW_EXTRA START_EXTRA macro198 len(0), capacity(o.isFrozen() ? o.len : o.len + GROW_EXTRA), list(0), in UnicodeSet()222 len(0), capacity(o.len + GROW_EXTRA), list(0), in UnicodeSet()1657 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * (newLen + GROW_EXTRA)); in ensureCapacity()1664 capacity = newLen + GROW_EXTRA; in ensureCapacity()1671 UChar32* temp = (UChar32*) uprv_realloc(buffer, sizeof(UChar32) * (newLen + GROW_EXTRA)); in ensureBufferCapacity()1678 bufferCapacity = newLen + GROW_EXTRA; in ensureBufferCapacity()2175 if (capacity > (len + GROW_EXTRA)) { in freeze()
336 private static final int GROW_EXTRA = START_EXTRA; // extra amount for growth. Must be >= 0 field in UnicodeSet1272 int[] temp = new int[len + 2 + GROW_EXTRA]; in add_unchecked()2844 int[] temp = new int[newLen + GROW_EXTRA]; in ensureCapacity()2851 buffer = new int[newLen + GROW_EXTRA]; in ensureBufferCapacity()3901 if (list.length > (len + GROW_EXTRA)) { in freeze()
340 private static final int GROW_EXTRA = START_EXTRA; // extra amount for growth. Must be >= 0 field in UnicodeSet1303 int[] temp = new int[len + 2 + GROW_EXTRA]; in add_unchecked()2917 int[] temp = new int[newLen + GROW_EXTRA]; in ensureCapacity()2924 buffer = new int[newLen + GROW_EXTRA]; in ensureBufferCapacity()3992 if (list.length > (len + GROW_EXTRA)) { in freeze()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...