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.java554 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
605 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java558 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
609 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2922 UnicodeSet *fNS; member in RBBILineMonkey
2974 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()