Lines Matching refs:fAltInputText
170 if (fAltInputText) { in ~RegexMatcher()
171 utext_close(fAltInputText); in ~RegexMatcher()
224 fAltInputText = NULL; in init()
1840 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset()
1868 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset()
1935 if (fAltInputText != NULL) { in refreshInputText()
1936 pos = utext_getNativeIndex(fAltInputText); in refreshInputText()
1937 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText()
1941 utext_setNativeIndex(fAltInputText, pos); in refreshInputText()
3688 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3697 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3706 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt()
3735 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
3737 CaseFoldingUTextIterator captureGroupItr(*fAltInputText); in MatchAt()
3746 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()