Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java573 UnicodeSet fSA; field in RBBITestMonkey.RBBILineMonkey
624 fSA = new UnicodeSet("[\\p{Line_break=SA}]"); in RBBILineMonkey()
632 fSA.removeAll(dictionarySet); in RBBILineMonkey()
636 fAL.addAll(fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
677 fSets.add(fSA); in RBBILineMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java577 UnicodeSet fSA; field in RBBITestMonkey.RBBILineMonkey
628 fSA = new UnicodeSet("[\\p{Line_break=SA}]"); in RBBILineMonkey()
636 fSA.removeAll(dictionarySet); in RBBILineMonkey()
640 fAL.addAll(fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
681 fSets.add(fSA); in RBBILineMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2936 UnicodeSet *fSA; member in RBBILineMonkey
2988 fSA = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SA}]"), status); in RBBILineMonkey()
3001 fAL->addAll(*fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
3043 fSets->addElement(fSA, status); in RBBILineMonkey()
3558 delete fSA; in ~RBBILineMonkey()