Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java678 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
733 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
792 fSets.add(fEX); in RBBILineMonkey()
999 fEX.contains(thisChar) || in next()
1104 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java677 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
732 fEX = new UnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
791 fSets.add(fEX); in RBBILineMonkey()
998 fEX.contains(thisChar) || in next()
1103 fEX.contains(prevChar) && fIN.contains(thisChar) || in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2991 UnicodeSet *fEX; member in RBBILineMonkey
3057 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
3115 fSets->addElement(fEX, status); in RBBILineMonkey()
3373 fEX->contains(thisChar) || in next()
3492 (fEX->contains(prevChar) && fIN->contains(thisChar)) || in next()
3666 delete fEX; in ~RBBILineMonkey()