Searched refs:Regex8BitSet (Results 1 – 6 of 6) sorted by relevance
329 struct Regex8BitSet : public UMemory { struct330 inline Regex8BitSet();331 inline void operator = (const Regex8BitSet &s); argument338 inline Regex8BitSet::Regex8BitSet() { in Regex8BitSet() argument342 inline UBool Regex8BitSet::contains(UChar32 c) { in contains()347 inline void Regex8BitSet::add(UChar32 c) { in add()351 inline void Regex8BitSet::init(const UnicodeSet *s) { in init()361 inline void Regex8BitSet::operator = (const Regex8BitSet &s) {
43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
109 fSets8 = new Regex8BitSet[numSets]; in operator =()166 fInitialChars8 = new Regex8BitSet; in init()
3278 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()3314 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()3344 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()4044 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()4753 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()4785 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()4814 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()5468 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()
328 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
60 struct Regex8BitSet;569 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.)595 Regex8BitSet *fStaticSets8; // Ptr to the static (shared) latin-1 only603 Regex8BitSet *fInitialChars8;