Home
last modified time | relevance | path

Searched refs:nextCapacity (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Duniset.cpp1637 int32_t UnicodeSet::nextCapacity(int32_t minCapacity) { in nextCapacity() function in UnicodeSet
1659 int32_t newCapacity = nextCapacity(newLen); in ensureCapacity()
1682 int32_t newCapacity = nextCapacity(newLen); in ensureBufferCapacity()
/external/icu/icu4c/source/common/unicode/
Duniset.h1541 static int32_t nextCapacity(int32_t minCapacity);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1313 int[] temp = new int[nextCapacity(len + 2)]; in add_unchecked()
2933 private int nextCapacity(int minCapacity) { in nextCapacity() method
2953 int newCapacity = nextCapacity(newLen); in ensureCapacity()
2965 int newCapacity = nextCapacity(newLen); in ensureBufferCapacity()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1344 int[] temp = new int[nextCapacity(len + 2)]; in add_unchecked()
3006 private int nextCapacity(int minCapacity) { in nextCapacity() method
3026 int newCapacity = nextCapacity(newLen); in ensureCapacity()
3038 int newCapacity = nextCapacity(newLen); in ensureBufferCapacity()