Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java665 UnicodeSet fNL; field in RBBITestMonkey.RBBILineMonkey
720 fNL = new UnicodeSet("[\\p{Line_break=NL}]"); in RBBILineMonkey()
780 fSets.add(fNL); in RBBILineMonkey()
889 thisChar==0x0a || fNL.contains(thisChar) || fZW.contains(thisChar) )) { in next()
929 fNL.contains(prevChar)) { in next()
935 fLF.contains(thisChar) || fNL.contains(thisChar) ) { in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java664 UnicodeSet fNL; field in RBBITestMonkey.RBBILineMonkey
719 fNL = new UnicodeSet("[\\p{Line_break=NL}]"); in RBBILineMonkey()
779 fSets.add(fNL); in RBBILineMonkey()
888 thisChar==0x0a || fNL.contains(thisChar) || fZW.contains(thisChar) )) { in next()
928 fNL.contains(prevChar)) { in next()
934 fLF.contains(thisChar) || fNL.contains(thisChar) ) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2976 UnicodeSet *fNL; member in RBBILineMonkey
3043 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status); in RBBILineMonkey()
3101 fSets->addElement(fNL, status); in RBBILineMonkey()
3190 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) { in rule9Adjust()
3652 delete fNL; in ~RBBILineMonkey()