Home | History | Annotate | Download | only in i18n

Lines Matching refs:RegexStaticSets

55     RegexStaticSets::initGlobals(&status);
140 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
141 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
204 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
1263 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) {
1486 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1493 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1521 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
1528 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
3757 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) {