Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java611 UnicodeSet fNL; field in RBBITestMonkey.RBBILineMonkey
680 fNL = new XUnicodeSet("[\\p{Line_break=NL}]"); in RBBILineMonkey()
740 fSets.add(fNL); in RBBILineMonkey()
850 thisChar==0x0a || fNL.contains(thisChar) || fZW.contains(thisChar) )) { in next()
890 fNL.contains(prevChar)) { in next()
896 fLF.contains(thisChar) || fNL.contains(thisChar) ) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java614 UnicodeSet fNL; field in RBBITestMonkey.RBBILineMonkey
683 fNL = new XUnicodeSet("[\\p{Line_break=NL}]"); in RBBILineMonkey()
743 fSets.add(fNL); in RBBILineMonkey()
853 thisChar==0x0a || fNL.contains(thisChar) || fZW.contains(thisChar) )) { in next()
893 fNL.contains(prevChar)) { in next()
899 fLF.contains(thisChar) || fNL.contains(thisChar) ) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2521 UnicodeSet *fNL; member in RBBILineMonkey
2587 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status); in RBBILineMonkey()
2645 fSets->addElement(fNL, status); in RBBILineMonkey()
2732 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) { in rule9Adjust()
3214 delete fNL; in ~RBBILineMonkey()