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.java80 List fSets; field in RBBITestMonkey.RBBICharMonkey
122 fSets = new ArrayList(); in RBBICharMonkey()
123 fSets.add(fCRLFSet); in RBBICharMonkey()
124 fSets.add(fControlSet); in RBBICharMonkey()
125 fSets.add(fExtendSet); in RBBICharMonkey()
126 fSets.add(fRegionalIndicatorSet); in RBBICharMonkey()
128 fSets.add(fPrependSet); in RBBICharMonkey()
130 fSets.add(fSpacingSet); in RBBICharMonkey()
131 fSets.add(fHangulSet); in RBBICharMonkey()
132 fSets.add(fAnySet); in RBBICharMonkey()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java76 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/
Drbbitst.cpp2018 UVector *fSets; member in RBBICharMonkey
2062 fSets = new UVector(status); in RBBICharMonkey()
2063 fSets->addElement(fCRLFSet, status); in RBBICharMonkey()
2064 fSets->addElement(fControlSet, status); in RBBICharMonkey()
2065 fSets->addElement(fExtendSet, status); in RBBICharMonkey()
2066 fSets->addElement(fRegionalIndicatorSet, status); in RBBICharMonkey()
2068 fSets->addElement(fPrependSet, status); in RBBICharMonkey()
2070 fSets->addElement(fSpacingSet, status); in RBBICharMonkey()
2071 fSets->addElement(fHangulSet, status); in RBBICharMonkey()
2072 fSets->addElement(fAnySet, status); in RBBICharMonkey()
[all …]
/external/icu/icu4c/source/i18n/
Drepattrn.cpp116 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 …]
Dregexcmp.cpp321 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()
Drematch.cpp2783 UVector *sets = fPattern->fSets; in MatchAt()
4348 UVector *sets = fPattern->fSets; in MatchChunkAt()
/external/skia/gm/
Dimagescalealigned.cpp20 auto& set = fSets.push_back(); in onOnceBeforeDraw()
106 for (int i = 0; i < fSets.count(); ++i) { in drawSets()
107 auto& set = fSets[i]; in drawSets()
143 SkSTArray<2, ImageSet> fSets; member in ImageScaleAlignedGM
/external/icu/icu4c/source/i18n/unicode/
Dregex.h591 UVector *fSets; // Any UnicodeSets referenced from the pattern. variable