Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java552 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
603 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
657 fSets.add(fEX); in RBBILineMonkey()
847 fEX.contains(thisChar) || in next()
952 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java556 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
607 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
661 fSets.add(fEX); in RBBILineMonkey()
851 fEX.contains(thisChar) || in next()
956 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2917 UnicodeSet *fEX; member in RBBILineMonkey
2969 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
3024 fSets->addElement(fEX, status); in RBBILineMonkey()
3265 fEX->contains(thisChar) || in next()
3384 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()
3539 delete fEX; in ~RBBILineMonkey()