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