Searched refs:fExtendSet (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 136 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey 161 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey() 189 fSets.add(fExtendSet); fClassNames.add("Extended"); in RBBICharMonkey() 299 if (fExtendSet.contains(c2) || fZWJSet.contains(c2)) { in next() 300 if (!fExtendSet.contains(c1)) { in next() 386 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey 417 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}-[:Hani:]]"); in RBBIWordMonkey() 442 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey() 470 fSets.add(fExtendSet); fClassNames.add("Extend"); in RBBIWordMonkey() 529 … while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3)); in next() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 139 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey 164 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey() 192 fSets.add(fExtendSet); fClassNames.add("Extended"); in RBBICharMonkey() 302 if (fExtendSet.contains(c2) || fZWJSet.contains(c2)) { in next() 303 if (!fExtendSet.contains(c1)) { in next() 389 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey 420 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}-[:Hani:]]"); in RBBIWordMonkey() 445 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey() 473 fSets.add(fExtendSet); fClassNames.add("Extend"); in RBBIWordMonkey() 532 … while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3)); in next() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1702 UnicodeSet *fExtendSet; member in RBBICharMonkey 1730 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Extend}]]"), st… in RBBICharMonkey() 1763 fSets->addElement(fExtendSet, status); classNames.push_back("Extended"); in RBBICharMonkey() 1879 if (fExtendSet->contains(c2) || fZWJSet->contains(c2)) { in next() 1880 if (!fExtendSet->contains(c1)) { in next() 1950 delete fExtendSet; in ~RBBICharMonkey() 1999 UnicodeSet *fExtendSet; member in RBBIWordMonkey 2036 fExtendSet = new UnicodeSet(u"[\\p{Word_Break = Extend}-[:Hani:]]", status); in RBBIWordMonkey() 2070 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey() 2097 fSets->addElement(fExtendSet, status); classNames.push_back("Extend"); in RBBIWordMonkey() [all …]
|