Lines Matching refs:currentIndex
34 currentIndex(0), nextIndex(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 currentIndex(0), nextIndex(0), in Normalizer()
52 currentIndex(0), nextIndex(0), in Normalizer()
61 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex), in Normalizer()
101 …return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextI… in hashCode()
288 currentIndex=nextIndex=text->setToStart(); in reset()
295 currentIndex=nextIndex=text->getIndex(); in setIndexOnly()
314 currentIndex=nextIndex=text->setToEnd(); in last()
335 return currentIndex; in getIndex()
476 currentIndex=nextIndex; in nextNormalize()
500 nextIndex=currentIndex; in previousNormalize()
501 text->setIndex(currentIndex); in previousNormalize()
513 currentIndex=text->getIndex(); in previousNormalize()