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.java627 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
696 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java630 UnicodeSet fNS; field in RBBITestMonkey.RBBILineMonkey
699 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2542 UnicodeSet *fNS; member in RBBILineMonkey
2607 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()