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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregeximp.h329 struct Regex8BitSet : public UMemory { struct in inherits:UMemory
330 inline Regex8BitSet();
331 inline void operator = (const Regex8BitSet &s);
338 inline Regex8BitSet::Regex8BitSet() { function in class:Regex8BitSet
342 inline UBool Regex8BitSet::contains(UChar32 c) {
347 inline void Regex8BitSet::add(UChar32 c) {
351 inline void Regex8BitSet::init(const UnicodeSet *s) {
361 inline void Regex8BitSet::operator = (const Regex8BitSet
[all...]
H A Dregexst.h43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
H A Drepattrn.cpp109 fSets8 = new Regex8BitSet[numSets];
166 fInitialChars8 = new Regex8BitSet;
H A Drematch.cpp3278 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue];
3314 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue];
3344 Regex8BitSet *s8 = &fPattern->fSets8[opValue];
4044 Regex8BitSet *s8 = &fPattern->fSets8[opValue];
4753 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue];
4785 Regex8BitSet *s8 = &fPattern->fStaticSets8[opValue];
4814 Regex8BitSet *s8 = &fPattern->fSets8[opValue];
5468 Regex8BitSet *s8 = &fPattern->fSets8[opValue];
H A Dregexcmp.cpp328 fRXPat->fSets8 = new Regex8BitSet[numSets];
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dregex.h60 struct Regex8BitSet;
571 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.)
597 Regex8BitSet *fStaticSets8; // Ptr to the static (shared) latin-1 only
605 Regex8BitSet *fInitialChars8;

Completed in 96 milliseconds