Searched refs:fExtendSet (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 87 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey 110 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey() 134 fSets.add(fExtendSet); in RBBICharMonkey() 242 if (fExtendSet.contains(c2) || fZWJSet.contains(c2)) { in next() 243 if (!fExtendSet.contains(c1)) { in next() 312 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey 339 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}]"); in RBBIWordMonkey() 364 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey() 393 fSets.add(fExtendSet); in RBBIWordMonkey() 452 … while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3)); in next() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 84 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey 107 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey() 131 fSets.add(fExtendSet); in RBBICharMonkey() 239 if (fExtendSet.contains(c2) || fZWJSet.contains(c2)) { in next() 240 if (!fExtendSet.contains(c1)) { in next() 309 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey 336 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}]"); in RBBIWordMonkey() 361 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey() 390 fSets.add(fExtendSet); in RBBIWordMonkey() 449 … while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3)); in next() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1585 UnicodeSet *fExtendSet; member in RBBICharMonkey 1610 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Extend}]]"), st… in RBBICharMonkey() 1634 fSets->addElement(fExtendSet, status); in RBBICharMonkey() 1746 if (fExtendSet->contains(c2) || fZWJSet->contains(c2)) { in next() 1747 if (!fExtendSet->contains(c1)) { in next() 1800 delete fExtendSet; in ~RBBICharMonkey() 1846 UnicodeSet *fExtendSet; member in RBBIWordMonkey 1878 fExtendSet = new UnicodeSet(u"[\\p{Word_Break = Extend}]", status); in RBBIWordMonkey() 1912 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey() 1936 fSets->addElement(fExtendSet, status); in RBBIWordMonkey() [all …]
|