Home | History | Annotate | Download | only in text

Lines Matching defs:replIndex

232         private int srcIndex, replIndex, destIndex;
263 replIndex += newLength_;
271 replIndex -= newLength_;
566 replIndex -= n * newLength_;
573 replIndex -= num * newLength_;
581 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
605 replIndex += n * newLength_;
723 public int replacementIndex() { return replIndex; }