Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java119 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBICharMonkey
152 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.RBBIWordMonkey
383 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java118 UnicodeSet fEBGSet; field in RBBITestMonkey.RBBICharMonkey
151 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.RBBIWordMonkey
382 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2011 UnicodeSet *fEBGSet; member in RBBICharMonkey
2047fEBGSet = 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 RBBIWordMonkey
2324fEBGSet = 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 …]