Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset.cpp1675 bool UnicodeSet::ensureBufferCapacity(int32_t newLen) { in ensureBufferCapacity() function in UnicodeSet
1732 if (!ensureBufferCapacity(len + otherLen)) { in exclusiveOr()
1780 if (!ensureBufferCapacity(len + otherLen)) { in add()
1891 if (!ensureBufferCapacity(len + otherLen)) { in retain()
/external/icu/icu4c/source/common/unicode/
Duniset.h1545 bool ensureBufferCapacity(int32_t newLen);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2960 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
2992 ensureBufferCapacity(len + otherLen); in xor()
3042 ensureBufferCapacity(len + otherLen); in add()
3140 ensureBufferCapacity(len + otherLen); in retain()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3033 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
3065 ensureBufferCapacity(len + otherLen); in xor()
3115 ensureBufferCapacity(len + otherLen); in add()
3213 ensureBufferCapacity(len + otherLen); in retain()