Searched refs:reserveAppendCapacity (Results 1 – 5 of 5) sorted by relevance
93 virtual UBool reserveAppendCapacity(int32_t appendCapacity);202 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
53 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() function in Appendable
386 out.reserveAppendCapacity(++node); in getNextUChars()
1732 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() function in UnicodeStringAppendable
2030 if(!app.reserveAppendCapacity(12)) { in doTestAppendable()