Home
last modified time | relevance | path

Searched refs:SSet (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dregexcmp.cpp1494 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() local
1495 SSet.complement(); in doParseActions()
1496 set->addAll(SSet); in doParseActions()
1529 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() local
1530 SSet.complement(); in doParseActions()
1531 set->addAll(SSet); in doParseActions()