Home | History | Annotate | Download | only in text

Lines Matching defs:srcIndex

239         private int srcIndex, replIndex, destIndex;
268 srcIndex += oldLength_;
276 srcIndex -= oldLength_;
547 spanStart = srcIndex;
559 spanStart = findSource ? srcIndex : destIndex;
575 srcIndex -= n * oldLength_;
582 srcIndex -= num * oldLength_;
591 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
598 spanStart = srcIndex;
614 srcIndex += n * oldLength_;
655 if (where > 0 || i == srcIndex) {
664 return destIndex + (i - srcIndex);
696 return srcIndex;
700 return srcIndex + oldLength_;
703 return srcIndex + (i - destIndex);
733 public int sourceIndex() { return srcIndex; }