Searched refs:fEBGSet (Results 1 – 3 of 3) sorted by relevance
118 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBICharMonkey151 fEBGSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = EBG}]"); in RBBICharMonkey()171 fSets.add(fEBGSet); in RBBICharMonkey()288 … if ((fEmojiBaseSet.contains(c1) || fEBGSet.contains(c1)) && fEmojiModifierSet.contains(c2)) { in next()291 if ((fEmojiBaseSet.contains(cBase) || fEBGSet.contains(cBase)) && in next()355 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBIWordMonkey382 fEBGSet = new UnicodeSet("[\\p{Word_Break = EBG}]"); in RBBIWordMonkey()412 fOtherSet.removeAll(fEBGSet); in RBBIWordMonkey()444 fSets.add(fEBGSet); in RBBIWordMonkey()629 … if ((fEBaseSet.contains(c1) || fEBGSet.contains(c1)) && fEModifierSet.contains(c2)) { in next()
119 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBICharMonkey152 fEBGSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = EBG}]"); in RBBICharMonkey()172 fSets.add(fEBGSet); in RBBICharMonkey()289 … if ((fEmojiBaseSet.contains(c1) || fEBGSet.contains(c1)) && fEmojiModifierSet.contains(c2)) { in next()292 if ((fEmojiBaseSet.contains(cBase) || fEBGSet.contains(cBase)) && in next()356 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBIWordMonkey383 fEBGSet = new UnicodeSet("[\\p{Word_Break = EBG}]"); in RBBIWordMonkey()413 fOtherSet.removeAll(fEBGSet); in RBBIWordMonkey()445 fSets.add(fEBGSet); in RBBIWordMonkey()630 … if ((fEBaseSet.contains(c1) || fEBGSet.contains(c1)) && fEModifierSet.contains(c2)) { in next()
2011 UnicodeSet *fEBGSet; member in RBBICharMonkey2047 …fEBGSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = EBG}]"), s… in RBBICharMonkey()2067 fSets->addElement(fEBGSet, status); in RBBICharMonkey()2189 … if ((fEmojiBaseSet->contains(c1) || fEBGSet->contains(c1)) && fEmojiModifierSet->contains(c2)) { in next()2192 if ((fEmojiBaseSet->contains(cBase) || fEBGSet->contains(cBase)) && in next()2250 delete fEBGSet; in ~RBBICharMonkey()2289 UnicodeSet *fEBGSet; member in RBBIWordMonkey2324 …fEBGSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = EBG}]"), stat… in RBBIWordMonkey()2360 fOtherSet->removeAll(*fEBGSet); in RBBIWordMonkey()2390 fSets->addElement(fEBGSet, status); in RBBIWordMonkey()[all …]