Searched refs:fEmojiNRK (Results 1 – 3 of 3) sorted by relevance
703 UnicodeSet fEmojiNRK; field in RBBITestMonkey.RBBILineMonkey757 fEmojiNRK = new UnicodeSet("[[\\p{Emoji}]-[\\p{Line_break=RI}*#0-9©®™〰〽]]"); in RBBILineMonkey()817 fSets.add(fEmojiNRK); in RBBILineMonkey()959 …revC) && (fID.contains(thisChar) || fExtendedPict.contains(thisChar) || fEmojiNRK.contains(thisCha… in next()
704 UnicodeSet fEmojiNRK; field in RBBITestMonkey.RBBILineMonkey758 fEmojiNRK = new UnicodeSet("[[\\p{Emoji}]-[\\p{Line_break=RI}*#0-9©®™〰〽]]"); in RBBILineMonkey()818 fSets.add(fEmojiNRK); in RBBILineMonkey()960 …revC) && (fID.contains(thisChar) || fExtendedPict.contains(thisChar) || fEmojiNRK.contains(thisCha… in next()
3015 UnicodeSet *fEmojiNRK; member in RBBILineMonkey3082 …fEmojiNRK = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Emoji}]-[\\p{Line_break=RI}*#0-9\\u00a9\\u… in RBBILineMonkey()3139 fSets->addElement(fEmojiNRK, status); in RBBILineMonkey()3334 …vC) && (fID->contains(thisChar) || fExtendedPict->contains(thisChar) || fEmojiNRK->contains(thisCh… in next()3691 delete fEmojiNRK; in ~RBBILineMonkey()