Searched refs:fAltInputText (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | rematch.cpp | 181 if (fAltInputText) { in ~RegexMatcher() 182 utext_close(fAltInputText); in ~RegexMatcher() 235 fAltInputText = NULL; in init() 1902 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset() 1927 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset() 1993 if (fAltInputText != NULL) { in refreshInputText() 1994 pos = utext_getNativeIndex(fAltInputText); in refreshInputText() 1995 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText() 1999 utext_setNativeIndex(fAltInputText, pos); in refreshInputText() 3809 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt() [all …]
|
/external/icu4c/i18n/unicode/ |
D | regex.h | 1716 UText *fAltInputText; // A shallow copy of the text being matched. variable
|