Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java80 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey
100 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey()
121 fSets.add(fExtendSet); in RBBICharMonkey()
227 if (fExtendSet.contains(c2)) { in next()
276 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey
302 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}]"); in RBBIWordMonkey()
318 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey()
341 fSets.add(fExtendSet); in RBBIWordMonkey()
393 while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3)); in next()
1248 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBISentenceMonkey
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java84 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBICharMonkey
104 fExtendSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Extend}]"); in RBBICharMonkey()
125 fSets.add(fExtendSet); in RBBICharMonkey()
231 if (fExtendSet.contains(c2)) { in next()
280 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBIWordMonkey
306 fExtendSet = new UnicodeSet("[\\p{Word_Break = Extend}]"); in RBBIWordMonkey()
322 fOtherSet.removeAll(fExtendSet); in RBBIWordMonkey()
345 fSets.add(fExtendSet); in RBBIWordMonkey()
397 while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3)); in next()
1252 UnicodeSet fExtendSet; field in RBBITestMonkey.RBBISentenceMonkey
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2022 UnicodeSet *fExtendSet; member in RBBICharMonkey
2045fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Extend}]"), stat… in RBBICharMonkey()
2065 fSets->addElement(fExtendSet, status); in RBBICharMonkey()
2179 if (fExtendSet->contains(c2)) { in next()
2212 delete fExtendSet; in ~RBBICharMonkey()
2258 UnicodeSet *fExtendSet; member in RBBIWordMonkey
2301fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), stat… in RBBIWordMonkey()
2323 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
2343 fSets->addElement(fExtendSet, status); in RBBIWordMonkey()
2395 while (fFormatSet->contains(c3) || fExtendSet->contains(c3)); in next()
[all …]