Lines Matching refs:currentIndex
35 currentIndex(0), nextIndex(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 currentIndex(0), nextIndex(0), in Normalizer()
53 currentIndex(0), nextIndex(0), in Normalizer()
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex), in Normalizer()
100 …return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextI… in hashCode()
287 currentIndex=nextIndex=text->setToStart(); in reset()
294 currentIndex=nextIndex=text->getIndex(); in setIndexOnly()
313 currentIndex=nextIndex=text->setToEnd(); in last()
334 return currentIndex; in getIndex()
475 currentIndex=nextIndex; in nextNormalize()
499 nextIndex=currentIndex; in previousNormalize()
500 text->setIndex(currentIndex); in previousNormalize()
512 currentIndex=text->getIndex(); in previousNormalize()