Home
last modified time | relevance | path

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

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