Home
last modified time | relevance | path

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

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