Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1555 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local
1556 SSet.complement(); in doParseActions()
1557 set->addAll(SSet); in doParseActions()
1632 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local
1633 SSet.complement(); in doParseActions()
1634 set->addAll(SSet); in doParseActions()