Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java688 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
743 fAI = new UnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
770 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
805 fSets.add(fAI); in RBBILineMonkey()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java687 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
742 fAI = new UnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
769 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
804 fSets.add(fAI); in RBBILineMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3004 UnicodeSet *fAI; member in RBBILineMonkey
3070 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
3091 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
3128 fSets->addElement(fAI, status); in RBBILineMonkey()
3679 delete fAI; in ~RBBILineMonkey()