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.java625 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
694 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
752 fSets.add(fEX); in RBBILineMonkey()
992 fEX.contains(thisChar) || in next()
1106 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java628 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
697 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
755 fSets.add(fEX); in RBBILineMonkey()
995 fEX.contains(thisChar) || in next()
1109 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2537 UnicodeSet *fEX; member in RBBILineMonkey
2602 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
2659 fSets->addElement(fEX, status); in RBBILineMonkey()
2947 fEX->contains(thisChar) || in next()
3075 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()
3229 delete fEX; in ~RBBILineMonkey()