Searched refs:fExtendedPictSet (Results 1 – 3 of 3) sorted by relevance
117 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBICharMonkey150 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.RBBIWordMonkey385 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()
118 UnicodeSet fExtendedPictSet; field in RBBITestMonkey.RBBICharMonkey151 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.RBBIWordMonkey386 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()
2010 UnicodeSet *fExtendedPictSet; member in RBBICharMonkey2046 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 RBBIWordMonkey2327 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 …]