Home | History | Annotate | Download | only in common

Lines Matching refs:currentIndex

35     currentIndex(0), nextIndex(0),
44 currentIndex(0), nextIndex(0),
53 currentIndex(0), nextIndex(0),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
287 currentIndex=nextIndex=text->setToStart();
294 currentIndex=nextIndex=text->getIndex();
313 currentIndex=nextIndex=text->setToEnd();
334 return currentIndex;
475 currentIndex=nextIndex;
499 nextIndex=currentIndex;
500 text->setIndex(currentIndex);
512 currentIndex=text->getIndex();