Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1575 UnicodeSet SSet; in doParseActions() local
1576 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]).complement(); in doParseActions()
1577 set->addAll(SSet); in doParseActions()
1652 UnicodeSet SSet; in doParseActions() local
1653 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]).complement(); in doParseActions()
1654 set->addAll(SSet); in doParseActions()