Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregeximp.h329 struct Regex8BitSet : public UMemory { struct
330 inline Regex8BitSet();
331 inline void operator = (const Regex8BitSet &s); argument
338 inline Regex8BitSet::Regex8BitSet() { in Regex8BitSet() argument
342 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) {
Dregexst.h43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
Drepattrn.cpp109 fSets8 = new Regex8BitSet[numSets]; in operator =()
166 fInitialChars8 = new Regex8BitSet; in init()
Drematch.cpp3278 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()
Dregexcmp.cpp328 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
/external/icu4c/i18n/unicode/
Dregex.h60 struct Regex8BitSet;
569 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.)
595 Regex8BitSet *fStaticSets8; // Ptr to the static (shared) latin-1 only
603 Regex8BitSet *fInitialChars8;