Searched refs:fEX (Results 1 – 3 of 3) sorted by relevance
625 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey694 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()752 fSets.add(fEX); in RBBILineMonkey()992 fEX.contains(thisChar) || in next()1106 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
628 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey697 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()755 fSets.add(fEX); in RBBILineMonkey()995 fEX.contains(thisChar) || in next()1109 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
2537 UnicodeSet *fEX; member in RBBILineMonkey2602 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()2659 fSets->addElement(fEX, status); in RBBILineMonkey()2947 fEX->contains(thisChar) || in next()3075 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()3229 delete fEX; in ~RBBILineMonkey()