Lines Matching refs:RegexStaticSets
59 RegexStaticSets::initGlobals(&status); in RegexCompile()
219 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1318 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1568 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1576 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]).complement(); in doParseActions()
1645 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1653 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]).complement(); in doParseActions()
2822 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[sn]; in matchStartType()
2836 sc.addAll(RegexStaticSets::gStaticSets->fPropSets[sn]).complement(); in matchStartType()
4088 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
4424 RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].cloneAsThawed(), status); in createSetForProperty()