Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java630 UnicodeSet fIS; field in RBBITestMonkey.RBBILineMonkey
699 fIS = new XUnicodeSet("[\\p{Line_break=IS}]"); in RBBILineMonkey()
760 fSets.add(fIS); in RBBILineMonkey()
993 !fNU.contains(prevChar) && fIS.contains(thisChar) || in next()
1191 if (fIS.contains(prevChar) && (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java633 UnicodeSet fIS; field in RBBITestMonkey.RBBILineMonkey
702 fIS = new XUnicodeSet("[\\p{Line_break=IS}]"); in RBBILineMonkey()
763 fSets.add(fIS); in RBBILineMonkey()
996 !fNU.contains(prevChar) && fIS.contains(thisChar) || in next()
1194 if (fIS.contains(prevChar) && (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2545 UnicodeSet *fIS; member in RBBILineMonkey
2610 fIS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IS}]"), status); in RBBILineMonkey()
2667 fSets->addElement(fIS, status); in RBBILineMonkey()
2948 (!fNU->contains(prevChar) && fIS->contains(thisChar)) || in next()
3161 if (fIS->contains(prevChar) && (fAL->contains(thisChar) || fHL->contains(thisChar))) { in next()
3237 delete fIS; in ~RBBILineMonkey()