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()
1653 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() argument1654 return str.cloneArrayIfNeeded(str.length() + appendCapacity); in reserveAppendCapacity()
87 virtual UBool reserveAppendCapacity(int32_t appendCapacity);190 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
544 int32_t appendCapacity = 0; in TestCharString() local545 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
4335 UBool Resize(int32_t appendCapacity, int32_t length);4420 SortKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() argument4425 int32_t altCapacity = length + 2 * appendCapacity; in Resize()