Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp101 fInputUniStrMaybeMutable = TRUE; in RegexMatcher()
231 fInputUniStrMaybeMutable = FALSE; in init()
1463 if (fInputUniStrMaybeMutable) { in lookingAt()
1496 if (fInputUniStrMaybeMutable) { in lookingAt()
1534 if (fInputUniStrMaybeMutable) { in matches()
1568 if (fInputUniStrMaybeMutable) { in matches()
1857 fInputUniStrMaybeMutable = TRUE; in reset()
1889 fInputUniStrMaybeMutable = FALSE; in reset()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1873 …UBool fInputUniStrMaybeMutable; // Set when fInputText wraps a UnicodeString that m… variable