Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dregexst.h45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
Dregexst.cpp114 fPropSets8[i].init(&fPropSets[i]); in RegexStaticSets()
Drematch.cpp3265 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexst.h45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
Dregexst.cpp114 fPropSets8[i].init(&fPropSets[i]); in RegexStaticSets()
Drematch.cpp3265 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()
/third_party/node/deps/icu-small/source/i18n/
Dregexst.h45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
Dregexst.cpp114 fPropSets8[i].init(&fPropSets[i]); in RegexStaticSets()
Drematch.cpp3275 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexst.h45 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above. variable
Dregexst.cpp207 fPropSets8[i].init(fPropSets[i]); in RegexStaticSets()
Dregexcmp.cpp152 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()