Searched refs:SSet (Results 1 – 1 of 1) sorted by relevance
1478 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local1479 SSet.complement(); in doParseActions()1480 set->addAll(SSet); in doParseActions()1510 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local1511 SSet.complement(); in doParseActions()1512 set->addAll(SSet); in doParseActions()