Home | History | Annotate | Download | only in common

Lines Matching refs:nextIndex

34     currentIndex(0), nextIndex(0),
43 currentIndex(0), nextIndex(0),
52 currentIndex(0), nextIndex(0),
61 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
101 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
113 nextIndex==that.nextIndex);
288 currentIndex=nextIndex=text->setToStart();
295 currentIndex=nextIndex=text->getIndex();
314 currentIndex=nextIndex=text->setToEnd();
337 return nextIndex;
476 currentIndex=nextIndex;
477 text->setIndex(nextIndex);
491 nextIndex=text->getIndex();
500 nextIndex=currentIndex;