Searched refs:fAltInputText (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 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() [all …]
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | rematch.cpp | 181 if (fAltInputText) { in ~RegexMatcher() 182 utext_close(fAltInputText); in ~RegexMatcher() 235 fAltInputText = NULL; in init() 1908 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset() 1933 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset() 1997 if (fAltInputText != NULL) { in refreshInputText() 1998 pos = utext_getNativeIndex(fAltInputText); in refreshInputText() 1999 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText() 2003 utext_setNativeIndex(fAltInputText, pos); in refreshInputText() 3646 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1761 UText *fAltInputText; // A shallow copy of the text being matched. variable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | regex.h | 1770 UText *fAltInputText; // A shallow copy of the text being matched. variable
|