Searched refs:SSet (Results 1 – 1 of 1) sorted by relevance
1555 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local1556 SSet.complement(); in doParseActions()1557 set->addAll(SSet); in doParseActions()1632 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local1633 SSet.complement(); in doParseActions()1634 set->addAll(SSet); in doParseActions()