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()
1521 if (fInputUniStrMaybeMutable) { in lookingAt()
1554 if (fInputUniStrMaybeMutable) { in lookingAt()
1592 if (fInputUniStrMaybeMutable) { in matches()
1626 if (fInputUniStrMaybeMutable) { in matches()
1912 fInputUniStrMaybeMutable = TRUE; in reset()
1941 fInputUniStrMaybeMutable = FALSE; in reset()
/external/icu4c/i18n/unicode/
Dregex.h1783 …UBool fInputUniStrMaybeMutable; // Set when fInputText wraps a UnicodeString that m… variable