Searched refs:fPropSets8 (Results 1 – 12 of 12) sorted by relevance
45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
114 fPropSets8[i].init(&fPropSets[i]); in RegexStaticSets()
3265 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()3301 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()4764 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()4796 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()
3275 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()3311 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()4778 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()4810 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()
45 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above. variable
207 fPropSets8[i].init(fPropSets[i]); in RegexStaticSets()
152 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()