Lines Matching refs:gStaticSets
81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
2552 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isWordBoundary()
2565 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isWordBoundary()
2590 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isChunkWordBoundary()
2604 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isChunkWordBoundary()
3265 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()
3270 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchAt()
3301 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt()
3307 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchAt()
4764 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()
4769 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchChunkAt()
4796 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchChunkAt()
4801 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchChunkAt()