Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp97 fInputUniStrMaybeMutable = TRUE; in RegexMatcher()
227 fInputUniStrMaybeMutable = FALSE; in init()
1459 if (fInputUniStrMaybeMutable) { in lookingAt()
1492 if (fInputUniStrMaybeMutable) { in lookingAt()
1530 if (fInputUniStrMaybeMutable) { in matches()
1564 if (fInputUniStrMaybeMutable) { in matches()
1853 fInputUniStrMaybeMutable = TRUE; in reset()
1885 fInputUniStrMaybeMutable = FALSE; in reset()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1871 …UBool fInputUniStrMaybeMutable; // Set when fInputText wraps a UnicodeString that m… variable