Searched refs:reserveAppendCapacity (Results 1 – 5 of 5) sorted by relevance
95 virtual UBool reserveAppendCapacity(int32_t appendCapacity);200 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() function in Appendable
388 out.reserveAppendCapacity(++node); in getNextUChars()
1883 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() function in UnicodeStringAppendable
2037 if(!app.reserveAppendCapacity(12)) { in doTestAppendable()