Home | History | Annotate | Download | only in common

Lines Matching refs:currentIndex

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;
288 currentIndex=nextIndex=text->setToStart();
295 currentIndex=nextIndex=text->getIndex();
314 currentIndex=nextIndex=text->setToEnd();
335 return currentIndex;
476 currentIndex=nextIndex;
500 nextIndex=currentIndex;
501 text->setIndex(currentIndex);
513 currentIndex=text->getIndex();