Searched refs:fEX (Results 1 – 3 of 3) sorted by relevance
552 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey603 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()657 fSets.add(fEX); in RBBILineMonkey()847 fEX.contains(thisChar) || in next()952 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
556 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey607 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()661 fSets.add(fEX); in RBBILineMonkey()851 fEX.contains(thisChar) || in next()956 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
2917 UnicodeSet *fEX; member in RBBILineMonkey2969 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()3024 fSets->addElement(fEX, status); in RBBILineMonkey()3265 fEX->contains(thisChar) || in next()3384 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()3539 delete fEX; in ~RBBILineMonkey()