Home
last modified time | relevance | path

Searched refs:fSets8 (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Drepattrn.cpp112 fSets8 = new Regex8BitSet[numSets]; in operator =()
113 if (fSets8 == NULL) { in operator =()
128 fSets8[i] = other.fSets8[i]; in operator =()
146 fSets8 = NULL; in init()
202 delete[] fSets8; in zap()
203 fSets8 = NULL; in zap()
Drematch.cpp3476 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
3503 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
4243 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchAt()
5160 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()
5185 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()
5923 Regex8BitSet *s8 = &fPattern->fSets8[opValue]; in MatchChunkAt()
Dregexcmp.cpp320 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
322 if (fRXPat->fSets8 == NULL) { in compile()
329 fRXPat->fSets8[i].init(s); in compile()
/external/icu4c/i18n/unicode/
Dregex.h584 Regex8BitSet *fSets8; // (and fast sets for latin-1 range.) variable