Searched refs:Regex8BitSet (Results 1 – 6 of 6) sorted by relevance
323 struct Regex8BitSet : public UMemory { struct324 inline Regex8BitSet();325 inline void operator = (const Regex8BitSet &s); argument332 inline Regex8BitSet::Regex8BitSet() { in Regex8BitSet() function336 inline UBool Regex8BitSet::contains(UChar32 c) { in contains()341 inline void Regex8BitSet::add(UChar32 c) { in add()345 inline void Regex8BitSet::init(const UnicodeSet *s) { in init()355 inline void Regex8BitSet::operator = (const Regex8BitSet &s) {
45 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
121 fSets8 = new Regex8BitSet[numSets]; in operator =()193 fInitialChars8 = new Regex8BitSet; in init()
3315 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()3351 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()3381 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()4127 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()4876 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()4908 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()4937 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()5627 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()
326 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
64 struct Regex8BitSet;594 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.)618 Regex8BitSet *fStaticSets8; // Ptr to the static (shared) latin-1 only626 Regex8BitSet *fInitialChars8;