Home
last modified time | relevance | path

Searched refs:Regex8BitSet (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dregeximp.h319 struct Regex8BitSet : public UMemory { struct
320 inline Regex8BitSet();
321 inline void operator = (const Regex8BitSet &s); argument
328 inline Regex8BitSet::Regex8BitSet() { in Regex8BitSet() argument
332 inline UBool Regex8BitSet::contains(UChar32 c) { in contains()
337 inline void Regex8BitSet::add(UChar32 c) { in add()
341 inline void Regex8BitSet::init(const UnicodeSet *s) { in init()
351 inline void Regex8BitSet::operator = (const Regex8BitSet &s) {
Dregexst.h43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
Drematch.cpp3336 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()
3362 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()
3408 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()
3433 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchAt()
3476 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
3503 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
4243 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
5026 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()
5048 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()
5093 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue]; in MatchChunkAt()
[all …]
Drepattrn.cpp112 fSets8 = new Regex8BitSet[numSets]; in operator =()
169 fInitialChars8 = new Regex8BitSet; in init()
Dregexcmp.cpp320 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
/external/icu4c/i18n/unicode/
Dregex.h68 struct Regex8BitSet;
584 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.)
610 Regex8BitSet *fStaticSets8; // Ptr to the static (shared) latin-1 only
618 Regex8BitSet *fInitialChars8;