Lines Matching refs:fAltInputText
181 if (fAltInputText) { in ~RegexMatcher()
182 utext_close(fAltInputText); in ~RegexMatcher()
235 fAltInputText = NULL; in init()
1871 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset()
1896 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset()
1960 if (fAltInputText != NULL) { in refreshInputText()
1961 pos = utext_getNativeIndex(fAltInputText); in refreshInputText()
1962 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText()
1966 utext_setNativeIndex(fAltInputText, pos); in refreshInputText()
3603 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3612 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3621 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt()
3650 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
3652 CaseFoldingUTextIterator captureGroupItr(*fAltInputText); in MatchAt()
3661 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()