Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Duniset.cpp1250 ensureBufferCapacity(len-1, status); in complement()
1257 ensureBufferCapacity(len+1, status); in complement()
1589 void UnicodeSet::ensureBufferCapacity(int32_t newLen, UErrorCode& ec) { in ensureBufferCapacity() function in UnicodeSet
1638 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1688 ensureBufferCapacity(len + otherLen, status); in add()
1801 ensureBufferCapacity(len + otherLen, status); in retain()
/external/icu4c/common/
Duniset.cpp1252 ensureBufferCapacity(len-1, status); in complement()
1259 ensureBufferCapacity(len+1, status); in complement()
1591 void UnicodeSet::ensureBufferCapacity(int32_t newLen, UErrorCode& ec) { in ensureBufferCapacity() function in UnicodeSet
1640 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1690 ensureBufferCapacity(len + otherLen, status); in add()
1803 ensureBufferCapacity(len + otherLen, status); in retain()
/external/icu4c/common/unicode/
Duniset.h1505 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);
/external/chromium_org/third_party/icu/source/common/unicode/
Duniset.h1492 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);