Home
last modified time | relevance | path

Searched refs:newPastLength (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java261 private void shiftTo(int newPastLength, int gapNeeded) { in shiftTo() argument
267 int newMinusOldPastLength = newPastLength - pastLength; in shiftTo()
274 … System.arraycopy(buffer, newPastLength, buffer, pastLength + gapLength + newMinusOldPastLength, in shiftTo()
277 pastLength = newPastLength; in shiftTo()