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

/external/icu/icu4c/source/i18n/
H A Drematch.cpp181 if (fAltInputText) {
182 utext_close(fAltInputText);
235 fAltInputText = NULL;
1871 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1896 if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1960 if (fAltInputText != NULL) {
1961 pos = utext_getNativeIndex(fAltInputText);
1962 fAltInputText
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp181 if (fAltInputText) {
182 utext_close(fAltInputText);
235 fAltInputText = NULL;
1908 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1933 if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus);
1997 if (fAltInputText != NULL) {
1998 pos = utext_getNativeIndex(fAltInputText);
1999 fAltInputText
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1770 UText *fAltInputText; // A shallow copy of the text being matched. member in class:RegexMatcher
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1761 UText *fAltInputText; // A shallow copy of the text being matched. member in class:RegexMatcher

Completed in 133 milliseconds