Searched refs:ensureBufferCapacity (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | uniset.cpp | 1250 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/ |
D | uniset.cpp | 1252 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/ |
D | uniset.h | 1505 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uniset.h | 1492 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);
|