Searched refs:fEX (Results 1 – 3 of 3) sorted by relevance
677 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey732 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()791 fSets.add(fEX); in RBBILineMonkey()998 fEX.contains(thisChar) || in next()1103 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
678 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey733 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()792 fSets.add(fEX); in RBBILineMonkey()999 fEX.contains(thisChar) || in next()1104 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
2991 UnicodeSet *fEX; member in RBBILineMonkey3057 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()3115 fSets->addElement(fEX, status); in RBBILineMonkey()3373 fEX->contains(thisChar) || in next()3492 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()3666 delete fEX; in ~RBBILineMonkey()