Searched refs:fAltInputText (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 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() 3682 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1806 UText *fAltInputText; // A shallow copy of the text being matched. variable
|