Searched refs:SSet (Results 1 – 1 of 1) sorted by relevance
1494 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local1495 SSet.complement(); in doParseActions()1496 set->addAll(SSet); in doParseActions()1529 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local1530 SSet.complement(); in doParseActions()1531 set->addAll(SSet); in doParseActions()