Home | History | Annotate | Download | only in common

Lines Matching refs:minCapacity

489   // fLength>0 and not an "open" src.getBuffer(minCapacity)
1139 // do not modify a string that has an "open" getBuffer(minCapacity)
1176 // do not modify a string that has an "open" getBuffer(minCapacity)
1570 UnicodeString::getBuffer(int32_t minCapacity) {
1571 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1615 // while a getBuffer(minCapacity) is "open",
1735 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity,
1739 if(minCapacity < 1 || scratchCapacity < minCapacity) {
1744 if(str.cloneArrayIfNeeded(oldLength + minCapacity, oldLength + desiredCapacityHint)) {