Searched refs:inputItr (Results 1 – 1 of 1) sorted by relevance
3694 CaseFoldingUTextIterator inputItr(*fInputText); in MatchAt() local3706 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()3712 UChar32 inputChar = inputItr.next(); in MatchAt()3719 if (success && inputItr.inExpansion()) { in MatchAt()5164 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt() local5177 UChar32 inputChar = inputItr.next(); in MatchChunkAt()5189 if (success && inputItr.inExpansion()) { in MatchChunkAt()5197 fp->fInputIdx = inputItr.getIndex(); in MatchChunkAt()