Searched refs:reserveAppendCapacity (Results 1 – 6 of 6) sorted by relevance
98 virtual UBool reserveAppendCapacity(int32_t appendCapacity);203 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() function in Appendable
389 out.reserveAppendCapacity(++node); in getNextUChars()
1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() function in UnicodeStringAppendable
2044 if(!app.reserveAppendCapacity(12)) { in doTestAppendable()