Home
last modified time | relevance | path

Searched refs:fExtendedPictSet (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java118 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBICharMonkey
151 fExtendedPictSet = new UnicodeSet(gExtended_Pict); in RBBICharMonkey()
171 fSets.add(fExtendedPictSet); in RBBICharMonkey()
298 … if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) && in next()
299 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
359 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBIWordMonkey
386 fExtendedPictSet = new UnicodeSet(gExtended_Pict); in RBBIWordMonkey()
416 fOtherSet.removeAll(fExtendedPictSet); in RBBIWordMonkey()
448 fSets.add(fExtendedPictSet); in RBBIWordMonkey()
534 …if (fZWJSet.contains(fText.codePointBefore(p2)) && (fExtendedPictSet.contains(c2) || fEmojiNRKSet.… in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java117 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBICharMonkey
150 fExtendedPictSet = new UnicodeSet(gExtended_Pict); in RBBICharMonkey()
170 fSets.add(fExtendedPictSet); in RBBICharMonkey()
297 … if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) && in next()
298 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
358 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBIWordMonkey
385 fExtendedPictSet = new UnicodeSet(gExtended_Pict); in RBBIWordMonkey()
415 fOtherSet.removeAll(fExtendedPictSet); in RBBIWordMonkey()
447 fSets.add(fExtendedPictSet); in RBBIWordMonkey()
533 …if (fZWJSet.contains(fText.codePointBefore(p2)) && (fExtendedPictSet.contains(c2) || fEmojiNRKSet.… in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2010 UnicodeSet *fExtendedPictSet; member in RBBICharMonkey
2046 fExtendedPictSet = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status); in RBBICharMonkey()
2066 fSets->addElement(fExtendedPictSet, status); in RBBICharMonkey()
2198 … if ((fExtendedPictSet->contains(c0) || fEmojiNRKSet->contains(c0)) && fZWJSet->contains(c1) && in next()
2199 (fExtendedPictSet->contains(c2) || fEmojiNRKSet->contains(c2))) { in next()
2249 delete fExtendedPictSet; in ~RBBICharMonkey()
2292 UnicodeSet *fExtendedPictSet; member in RBBIWordMonkey
2327 fExtendedPictSet = new UnicodeSet(UnicodeString(gExtended_Pict, -1, US_INV), status); in RBBIWordMonkey()
2363 fOtherSet->removeAll(*fExtendedPictSet); in RBBIWordMonkey()
2393 fSets->addElement(fExtendedPictSet, status); in RBBIWordMonkey()
[all …]