Searched refs:inputItr (Results 1 – 1 of 1) sorted by relevance
3731 CaseFoldingUTextIterator inputItr(*fInputText); in MatchAt() local3743 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()3749 UChar32 inputChar = inputItr.next(); in MatchAt()3756 if (success && inputItr.inExpansion()) { in MatchAt()5244 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt() local5257 UChar32 inputChar = inputItr.next(); in MatchChunkAt()5269 if (success && inputItr.inExpansion()) { in MatchChunkAt()5277 fp->fInputIdx = inputItr.getIndex(); in MatchChunkAt()