Lines Matching refs:srcIndex
401 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator()
423 srcIndex += oldLength_; in updateNextIndexes()
431 srcIndex -= oldLength_; in updatePreviousIndexes()
655 spanStart = srcIndex; in findIndex()
668 spanStart = findSource ? srcIndex : destIndex; in findIndex()
684 srcIndex -= n * oldLength_; in findIndex()
691 srcIndex -= num * oldLength_; in findIndex()
700 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex()
707 spanStart = srcIndex; in findIndex()
723 srcIndex += n * oldLength_; in findIndex()
744 if (where > 0 || i == srcIndex) { in destinationIndexFromSourceIndex()
753 return destIndex + (i - srcIndex); in destinationIndexFromSourceIndex()
765 return srcIndex; in sourceIndexFromDestinationIndex()
769 return srcIndex + oldLength_; in sourceIndexFromDestinationIndex()
772 return srcIndex + (i - destIndex); in sourceIndexFromDestinationIndex()