Searched refs:fNS (Results 1 – 3 of 3) sorted by relevance
704 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey773 fNS = new XUnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()810 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()836 fSets.add(fNS); fClassNames.add("NV"); in RBBILineMonkey()1119 if (fNS.contains(thisChar)) { in next()1177 fNS.contains(thisChar) || in next()
707 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey776 fNS = new XUnicodeSet("[\\p{Line_break=NS}]"); in RBBILineMonkey()813 fNS.addAll(fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()839 fSets.add(fNS); fClassNames.add("NV"); in RBBILineMonkey()1122 if (fNS.contains(thisChar)) { in next()1180 fNS.contains(thisChar) || in next()
2716 UnicodeSet *fNS; member in RBBILineMonkey2783 fNS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NS}]"), status); in RBBILineMonkey()2814 fNS->addAll(*fCJ); // Default behavior for CJ is identical to NS. in RBBILineMonkey()2843 fSets->addElement(fNS, status); classNames.push_back("fNS"); in RBBILineMonkey()3202 if (fNS->contains(thisChar)) { in next()3264 fNS->contains(thisChar) || in next()3448 delete fNS; in ~RBBILineMonkey()