Searched refs:SSet (Results 1 – 1 of 1) sorted by relevance
1551 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local1552 SSet.complement(); in doParseActions()1553 set->addAll(SSet); in doParseActions()1628 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local1629 SSet.complement(); in doParseActions()1630 set->addAll(SSet); in doParseActions()