Searched refs:fAltInputText (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp181 if (fAltInputText) {
182 utext_close(fAltInputText);
235 fAltInputText = NULL;
1902 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1927 if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1991 if (fAltInputText != NULL) {
1992 pos = utext_getNativeIndex(fAltInputText);
1993 fAltInputText
[all...]
/external/icu4c/i18n/unicode/
H A Dregex.h1780 UText *fAltInputText; // A shallow copy of the text being matched. member in class:RegexMatcher

Completed in 46 milliseconds