Searched refs:fSets (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 1789 UVector *fSets; member in RBBICharMonkey 1833 fSets = new UVector(status); in RBBICharMonkey() 1834 fSets->addElement(fCRLFSet, status); in RBBICharMonkey() 1835 fSets->addElement(fControlSet, status); in RBBICharMonkey() 1836 fSets->addElement(fExtendSet, status); in RBBICharMonkey() 1837 fSets->addElement(fRegionalIndicatorSet, status); in RBBICharMonkey() 1839 fSets->addElement(fPrependSet, status); in RBBICharMonkey() 1841 fSets->addElement(fSpacingSet, status); in RBBICharMonkey() 1842 fSets->addElement(fHangulSet, status); in RBBICharMonkey() 1843 fSets->addElement(fAnySet, status); in RBBICharMonkey() [all …]
|
/external/icu4c/i18n/ |
D | repattrn.cpp | 108 int32_t numSets = other.fSets->size(); in operator =() 118 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); in operator =() 124 fSets->addElement(newSet, fDeferredStatus); in operator =() 142 fSets = NULL; in init() 164 fSets = new UVector(fDeferredStatus); in init() 170 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL || in init() 177 fSets->addElement((int32_t)0, fDeferredStatus); in init() 190 for (i=1; i<fSets->size(); i++) { in zap() 192 s = (UnicodeSet *)fSets->elementAt(i); in zap() 197 delete fSets; in zap() [all …]
|
D | regexcmp.cpp | 327 int32_t numSets = fRXPat->fSets->size(); in compile() 336 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i); in compile() 2242 int32_t setNumber = fRXPat->fSets->size(); in compileSet() 2243 fRXPat->fSets->addElement(theSet, *fStatus); in compileSet() 2477 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType() 2478 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType() 2491 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType() 2492 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType()
|
D | rematch.cpp | 2799 UVector *sets = fPattern->fSets; in MatchAt() 4291 UVector *sets = fPattern->fSets; in MatchChunkAt()
|
/external/icu4c/i18n/unicode/ |
D | regex.h | 568 UVector *fSets; // Any UnicodeSets referenced from the pattern. variable
|