Searched refs:fNS (Results 1 – 3 of 3) sorted by relevance
679 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey734 fNS = new UnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()772 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()796 fSets.add(fNS); in RBBILineMonkey()1038 if (fNS.contains(thisChar)) { in next()1086 fNS.contains(thisChar) || in next()
680 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey735 fNS = new UnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()773 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()797 fSets.add(fNS); in RBBILineMonkey()1039 if (fNS.contains(thisChar)) { in next()1087 fNS.contains(thisChar) || in next()
2996 UnicodeSet *fNS; member in RBBILineMonkey3062 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()3094 fNS->addAll(*fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()3120 fSets->addElement(fNS, status); in RBBILineMonkey()3420 if (fNS->contains(thisChar)) { in next()3472 fNS->contains(thisChar) || in next()3671 delete fNS; in ~RBBILineMonkey()