Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset.cpp1254 ensureBufferCapacity(len-1, status); in complement()
1261 ensureBufferCapacity(len+1, status); in complement()
1670 void UnicodeSet::ensureBufferCapacity(int32_t newLen, UErrorCode& ec) { in ensureBufferCapacity() function in UnicodeSet
1719 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1769 ensureBufferCapacity(len + otherLen, status); in add()
1882 ensureBufferCapacity(len + otherLen, status); in retain()
/external/icu/icu4c/source/common/unicode/
Duniset.h1532 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2860 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
2886 ensureBufferCapacity(len + otherLen); in xor()
2936 ensureBufferCapacity(len + otherLen); in add()
3034 ensureBufferCapacity(len + otherLen); in retain()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2933 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
2959 ensureBufferCapacity(len + otherLen); in xor()
3009 ensureBufferCapacity(len + otherLen); in add()
3107 ensureBufferCapacity(len + otherLen); in retain()