Searched refs:fNS (Results 1 – 3 of 3) sorted by relevance
554 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey605 fNS = new UnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()639 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()662 fSets.add(fNS); in RBBILineMonkey()887 if (fNS.contains(thisChar)) { in next()935 fNS.contains(thisChar) || in next()
558 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey609 fNS = new UnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()643 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()666 fSets.add(fNS); in RBBILineMonkey()891 if (fNS.contains(thisChar)) { in next()939 fNS.contains(thisChar) || in next()
2922 UnicodeSet *fNS; member in RBBILineMonkey2974 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()3004 fNS->addAll(*fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()3029 fSets->addElement(fNS, status); in RBBILineMonkey()3312 if (fNS->contains(thisChar)) { in next()3364 fNS->contains(thisChar) || in next()3544 delete fNS; in ~RBBILineMonkey()