Searched refs:fNS (Results 1 – 3 of 3) sorted by relevance
627 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey696 fNS = new XUnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()731 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()757 fSets.add(fNS); in RBBILineMonkey()1032 if (fNS.contains(thisChar)) { in next()1089 fNS.contains(thisChar) || in next()
630 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey699 fNS = new XUnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()734 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()760 fSets.add(fNS); in RBBILineMonkey()1035 if (fNS.contains(thisChar)) { in next()1092 fNS.contains(thisChar) || in next()
2542 UnicodeSet *fNS; member in RBBILineMonkey2607 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()2636 fNS->addAll(*fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()2664 fSets->addElement(fNS, status); in RBBILineMonkey()2994 if (fNS->contains(thisChar)) { in next()3055 fNS->contains(thisChar) || in next()3234 delete fNS; in ~RBBILineMonkey()