Home | History | Annotate | Download | only in common

Lines Matching refs:appendCapacity

1732 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) {
1733 return str.cloneArrayIfNeeded(str.length() + appendCapacity);