Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java649 UnicodeSet fZWJ; field in RBBITestMonkey.RBBILineMonkey
718 fZWJ = new XUnicodeSet("[\\p{Line_break=ZWJ}]"); in RBBILineMonkey()
732 fCM.addAll(fZWJ); // ZWJ behaves as a CM. in RBBILineMonkey()
776 fSets.add(fZWJ); in RBBILineMonkey()
953 if (fZWJ.contains(prevC)) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java652 UnicodeSet fZWJ; field in RBBITestMonkey.RBBILineMonkey
721 fZWJ = new XUnicodeSet("[\\p{Line_break=ZWJ}]"); in RBBILineMonkey()
735 fCM.addAll(fZWJ); // ZWJ behaves as a CM. in RBBILineMonkey()
779 fSets.add(fZWJ); in RBBILineMonkey()
956 if (fZWJ.contains(prevC)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2559 UnicodeSet *fZWJ; member in RBBILineMonkey
2625 fZWJ = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=ZWJ}]"), status); in RBBILineMonkey()
2637 fCM->addAll(*fZWJ); // ZWJ behaves as a CM. in RBBILineMonkey()
2681 fSets->addElement(fZWJ, status); in RBBILineMonkey()
2908 if (fZWJ->contains(prevC)) { in next()
3252 delete fZWJ; in ~RBBILineMonkey()