Lines Matching full:sset
1489 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);1490 SSet.complement();1491 set->addAll(SSet);1524 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);1525 SSet.complement();1526 set->addAll(SSet);