Home | History | Annotate | Download | only in common

Lines Matching full:appendcapacity

1730 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) {
1731 return str.cloneArrayIfNeeded(str.length() + appendCapacity);