Searched refs:inputItr (Results 1 – 1 of 1) sorted by relevance
3744 CaseFoldingUTextIterator inputItr(*fInputText); in MatchAt() local3756 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()3762 UChar32 inputChar = inputItr.next(); in MatchAt()3769 if (success && inputItr.inExpansion()) { in MatchAt()5276 CaseFoldingUCharIterator inputItr(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt() local5289 UChar32 inputChar = inputItr.next(); in MatchChunkAt()5301 if (success && inputItr.inExpansion()) { in MatchChunkAt()5309 fp->fInputIdx = inputItr.getIndex(); in MatchChunkAt()