Searched refs:newCount (Results 1 – 1 of 1) sorted by relevance
953 int newCount = count + len - (end - start); in replace() local954 ensureCapacityInternal(newCount); in replace()955 shift(end, newCount - count); in replace()956 this.count = newCount; in replace()