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() 1902 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset() 1927 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset() 3772 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt() 3776 (0 == utext_compareNativeLimit(fAltInputText, groupEndIdx, fInputText, -1)) : in MatchAt() 3777 …(0 == utext_caseCompareNativeLimit(fAltInputText, groupEndIdx, fInputText, -1, U_FOLD_CASE_DEFAULT… in MatchAt()
|
/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 | 1691 UText *fAltInputText; // A shallow copy of the text being matched. variable
|