Home
last modified time | relevance | path

Searched refs:fNS (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java704 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
773 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java707 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
776 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2716 UnicodeSet *fNS; member in RBBILineMonkey
2783 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()