Home
last modified time | relevance | path

Searched refs:fUnescapeCharSet (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dregexst.h46 UnicodeSet fUnescapeCharSet; // Set of chars handled by unescape when variable
Dregexst.cpp150 fUnescapeCharSet(UnicodeString(TRUE, gUnescapeCharPattern, -1), *status), in RegexStaticSets()
Dregexcmp.cpp3735 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()