Searched refs:fZWJ (Results 1 – 3 of 3) sorted by relevance
649 UnicodeSet fZWJ; field in RBBITestMonkey.RBBILineMonkey718 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()
652 UnicodeSet fZWJ; field in RBBITestMonkey.RBBILineMonkey721 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()
2559 UnicodeSet *fZWJ; member in RBBILineMonkey2625 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()