Lines Matching refs:fAltInputText
174 if (fAltInputText) { in ~RegexMatcher()
175 utext_close(fAltInputText); in ~RegexMatcher()
228 fAltInputText = NULL; in init()
1844 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset()
1872 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset()
1939 if (fAltInputText != NULL) { in refreshInputText()
1940 pos = utext_getNativeIndex(fAltInputText); in refreshInputText()
1941 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText()
1945 utext_setNativeIndex(fAltInputText, pos); in refreshInputText()
3694 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3703 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3712 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt()
3741 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
3743 CaseFoldingUTextIterator captureGroupItr(*fAltInputText); in MatchAt()
3752 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()