Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DAbstractStringBuilder.java162 ensureCapacityInternal(minimumCapacity); in ensureCapacity()
173 private void ensureCapacityInternal(int minimumCapacity) { in ensureCapacityInternal() method in AbstractStringBuilder
282 ensureCapacityInternal(newLength); in setLength()
543 ensureCapacityInternal(count + len); in append()
562 ensureCapacityInternal(count + len); in append()
587 ensureCapacityInternal(count + 4); in appendNull()
638 ensureCapacityInternal(count + len); in append()
661 ensureCapacityInternal(count + len); in append()
691 ensureCapacityInternal(count + len); in append()
709 ensureCapacityInternal(count + (b ? 4 : 5)); in append()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/lang/
DAbstractStringBuilder.java53 private void ensureCapacityInternal(int minimumCapacity) { in ensureCapacityInternal() method in AbstractStringBuilder
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayList.java58 private void ensureCapacityInternal(int minCapacity) { in ensureCapacityInternal() method in ArrayList