Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java120 UnicodeSet fEmojiNRKSet; field in RBBITestMonkey.RBBICharMonkey
153fEmojiNRKSet = new UnicodeSet("[[\\p{Emoji}]-[\\p{Grapheme_Cluster_Break = Regional_Indicator… in RBBICharMonkey()
173 fSets.add(fEmojiNRKSet); in RBBICharMonkey()
298 … if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) && in next()
299 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
360 UnicodeSet fEmojiNRKSet; field in RBBITestMonkey.RBBIWordMonkey
387fEmojiNRKSet = new UnicodeSet("[[\\p{Emoji}]-[\\p{Grapheme_Cluster_Break = Regional_Indicator}… in RBBIWordMonkey()
417 fOtherSet.removeAll(fEmojiNRKSet); in RBBIWordMonkey()
449 fSets.add(fEmojiNRKSet); in RBBIWordMonkey()
534 …tains(fText.codePointBefore(p2)) && (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java119 UnicodeSet fEmojiNRKSet; field in RBBITestMonkey.RBBICharMonkey
152fEmojiNRKSet = new UnicodeSet("[[\\p{Emoji}]-[\\p{Grapheme_Cluster_Break = Regional_Indicator… in RBBICharMonkey()
172 fSets.add(fEmojiNRKSet); in RBBICharMonkey()
297 … if ((fExtendedPictSet.contains(c0) || fEmojiNRKSet.contains(c0)) && fZWJSet.contains(c1) && in next()
298 (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
359 UnicodeSet fEmojiNRKSet; field in RBBITestMonkey.RBBIWordMonkey
386fEmojiNRKSet = new UnicodeSet("[[\\p{Emoji}]-[\\p{Grapheme_Cluster_Break = Regional_Indicator}… in RBBIWordMonkey()
416 fOtherSet.removeAll(fEmojiNRKSet); in RBBIWordMonkey()
448 fSets.add(fEmojiNRKSet); in RBBIWordMonkey()
533 …tains(fText.codePointBefore(p2)) && (fExtendedPictSet.contains(c2) || fEmojiNRKSet.contains(c2))) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2012 UnicodeSet *fEmojiNRKSet; member in RBBICharMonkey
2048 fEmojiNRKSet = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBICharMonkey()
2068 fSets->addElement(fEmojiNRKSet,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()
2251 delete fEmojiNRKSet; in ~RBBICharMonkey()
2293 UnicodeSet *fEmojiNRKSet; member in RBBIWordMonkey
2328 fEmojiNRKSet = new UnicodeSet(UNICODE_STRING_SIMPLE( in RBBIWordMonkey()
2364 fOtherSet->removeAll(*fEmojiNRKSet); in RBBIWordMonkey()
2394 fSets->addElement(fEmojiNRKSet, status); in RBBIWordMonkey()
[all …]