Home
last modified time | relevance | path

Searched refs:fInputUniStrMaybeMutable (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Drematch.cpp108 fInputUniStrMaybeMutable = TRUE; in RegexMatcher()
238 fInputUniStrMaybeMutable = FALSE; in init()
1527 if (fInputUniStrMaybeMutable) { in lookingAt()
1560 if (fInputUniStrMaybeMutable) { in lookingAt()
1598 if (fInputUniStrMaybeMutable) { in matches()
1632 if (fInputUniStrMaybeMutable) { in matches()
1918 fInputUniStrMaybeMutable = TRUE; in reset()
1947 fInputUniStrMaybeMutable = FALSE; in reset()
/external/icu4c/i18n/unicode/
Dregex.h1838 …UBool fInputUniStrMaybeMutable; // Set when fInputText wraps a UnicodeString that m… variable