Searched refs:fSets (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 76 List fSets; field in RBBITestMonkey.RBBICharMonkey 118 fSets = new ArrayList(); in RBBICharMonkey() 119 fSets.add(fCRLFSet); in RBBICharMonkey() 120 fSets.add(fControlSet); in RBBICharMonkey() 121 fSets.add(fExtendSet); in RBBICharMonkey() 122 fSets.add(fRegionalIndicatorSet); in RBBICharMonkey() 124 fSets.add(fPrependSet); in RBBICharMonkey() 126 fSets.add(fSpacingSet); in RBBICharMonkey() 127 fSets.add(fHangulSet); in RBBICharMonkey() 128 fSets.add(fAnySet); in RBBICharMonkey() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2009 UVector *fSets; member in RBBICharMonkey 2053 fSets = new UVector(status); in RBBICharMonkey() 2054 fSets->addElement(fCRLFSet, status); in RBBICharMonkey() 2055 fSets->addElement(fControlSet, status); in RBBICharMonkey() 2056 fSets->addElement(fExtendSet, status); in RBBICharMonkey() 2057 fSets->addElement(fRegionalIndicatorSet, status); in RBBICharMonkey() 2059 fSets->addElement(fPrependSet, status); in RBBICharMonkey() 2061 fSets->addElement(fSpacingSet, status); in RBBICharMonkey() 2062 fSets->addElement(fHangulSet, status); in RBBICharMonkey() 2063 fSets->addElement(fAnySet, status); in RBBICharMonkey() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 116 int32_t numSets = other.fSets->size(); in operator =() 126 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); in operator =() 132 fSets->addElement(newSet, fDeferredStatus); in operator =() 165 fSets = NULL; in init() 187 fSets = new UVector(fDeferredStatus); in init() 197 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL || in init() 204 fSets->addElement((int32_t)0, fDeferredStatus); in init() 220 for (i=1; i<fSets->size(); i++) { in zap() 222 s = (UnicodeSet *)fSets->elementAt(i); in zap() 227 delete fSets; in zap() [all …]
|
D | regexcmp.cpp | 321 int32_t numSets = fRXPat->fSets->size(); in compile() 330 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i); in compile() 2398 int32_t setNumber = fRXPat->fSets->size(); in compileSet() 2399 fRXPat->fSets->addElement(theSet, *fStatus); in compileSet() 2740 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType() 2741 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType() 2754 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType() 2755 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType()
|
D | rematch.cpp | 2780 UVector *sets = fPattern->fSets; in MatchAt() 4341 UVector *sets = fPattern->fSets; in MatchChunkAt()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 591 UVector *fSets; // Any UnicodeSets referenced from the pattern. variable
|