Home
last modified time | relevance | path

Searched refs:fSets (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java101 List fSets; field in RBBITestMonkey.RBBICharMonkey
157 fSets = new ArrayList(); in RBBICharMonkey()
158 fSets.add(fCRLFSet); in RBBICharMonkey()
159 fSets.add(fControlSet); in RBBICharMonkey()
160 fSets.add(fExtendSet); in RBBICharMonkey()
161 fSets.add(fRegionalIndicatorSet); in RBBICharMonkey()
163 fSets.add(fPrependSet); in RBBICharMonkey()
165 fSets.add(fSpacingSet); in RBBICharMonkey()
166 fSets.add(fHangulSet); in RBBICharMonkey()
167 fSets.add(fAnySet); in RBBICharMonkey()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java100 List fSets; field in RBBITestMonkey.RBBICharMonkey
156 fSets = new ArrayList(); in RBBICharMonkey()
157 fSets.add(fCRLFSet); in RBBICharMonkey()
158 fSets.add(fControlSet); in RBBICharMonkey()
159 fSets.add(fExtendSet); in RBBICharMonkey()
160 fSets.add(fRegionalIndicatorSet); in RBBICharMonkey()
162 fSets.add(fPrependSet); in RBBICharMonkey()
164 fSets.add(fSpacingSet); in RBBICharMonkey()
165 fSets.add(fHangulSet); in RBBICharMonkey()
166 fSets.add(fAnySet); in RBBICharMonkey()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1993 UVector *fSets; member in RBBICharMonkey
2052 fSets = new UVector(status); in RBBICharMonkey()
2053 fSets->addElement(fCRLFSet, status); in RBBICharMonkey()
2054 fSets->addElement(fControlSet, status); in RBBICharMonkey()
2055 fSets->addElement(fExtendSet, status); in RBBICharMonkey()
2056 fSets->addElement(fRegionalIndicatorSet, status); in RBBICharMonkey()
2058 fSets->addElement(fPrependSet, status); in RBBICharMonkey()
2060 fSets->addElement(fSpacingSet, status); in RBBICharMonkey()
2061 fSets->addElement(fHangulSet, status); in RBBICharMonkey()
2062 fSets->addElement(fAnySet, status); in RBBICharMonkey()
[all …]
/external/icu/icu4c/source/i18n/
Drepattrn.cpp120 int32_t numSets = other.fSets->size(); in operator =()
130 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); in operator =()
136 fSets->addElement(newSet, fDeferredStatus); in operator =()
169 fSets = NULL; in init()
191 fSets = new UVector(fDeferredStatus); in init()
201 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL || in init()
208 fSets->addElement((int32_t)0, fDeferredStatus); in init()
224 for (i=1; i<fSets->size(); i++) { in zap()
226 s = (UnicodeSet *)fSets->elementAt(i); in zap()
231 delete fSets; in zap()
[all …]
Dregexcmp.cpp324 int32_t numSets = fRXPat->fSets->size(); in compile()
333 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i); in compile()
2402 int32_t setNumber = fRXPat->fSets->size(); in compileSet()
2403 fRXPat->fSets->addElement(theSet, *fStatus); in compileSet()
2748 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType()
2749 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType()
2762 U_ASSERT(sn > 0 && sn < fRXPat->fSets->size()); in matchStartType()
2763 const UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(sn); in matchStartType()
Drematch.cpp2777 UVector *sets = fPattern->fSets; in MatchAt()
4341 UVector *sets = fPattern->fSets; in MatchChunkAt()
/external/skia/gm/
Dimagescalealigned.cpp20 auto& set = fSets.push_back(); in onOnceBeforeDraw()
109 for (int i = 0; i < fSets.count(); ++i) { in drawSets()
110 auto& set = fSets[i]; in drawSets()
146 SkSTArray<2, ImageSet> fSets; member in ImageScaleAlignedGM
/external/icu/icu4c/source/i18n/unicode/
Dregex.h593 UVector *fSets; // Any UnicodeSets referenced from the pattern. variable