Searched refs:appendCapacity (Results 1 – 5 of 5) sorted by relevance
90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local91 if(appendCapacity>=minCapacity) { in getAppendBuffer()92 resultCapacity=appendCapacity; in getAppendBuffer()
1732 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() argument1733 return str.cloneArrayIfNeeded(str.length() + appendCapacity); in reserveAppendCapacity()
93 virtual UBool reserveAppendCapacity(int32_t appendCapacity);202 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
512 int32_t appendCapacity = 0; in TestCharString() local513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
4335 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;4402 virtual UBool Resize(int32_t appendCapacity, int32_t length);4431 virtual UBool Resize(int32_t appendCapacity, int32_t length);4447 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() argument4452 int32_t altCapacity = length + 2 * appendCapacity; in Resize()4508 UBool ensureCapacity(int32_t appendCapacity);4520 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity() argument4525 int32_t altCapacity = len + 2 * appendCapacity; in ensureCapacity()