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.java702 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
771 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
831 fSets.add(fEX); fClassNames.add("EX"); in RBBILineMonkey()
1068 fEX.contains(thisChar) || in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java705 UnicodeSet fEX; field in RBBITestMonkey.RBBILineMonkey
774 fEX = new XUnicodeSet("[\\p{Line_break=EX}]"); in RBBILineMonkey()
834 fSets.add(fEX); fClassNames.add("EX"); in RBBILineMonkey()
1071 fEX.contains(thisChar) || in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2711 UnicodeSet *fEX; member in RBBILineMonkey
2778 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status); in RBBILineMonkey()
2838 fSets->addElement(fEX, status); classNames.push_back("fEX"); in RBBILineMonkey()
3139 fEX->contains(thisChar) || in next()
3443 delete fEX; in ~RBBILineMonkey()