Home | History | Annotate | Download | only in common

Lines Matching full:oldlength

95     UBool ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode);
123 MessagePatternList<T, stackCapacity>::ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode) {
127 if(a.getCapacity()>oldLength || a.resize(2*oldLength, oldLength)!=NULL) {