Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java635 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
704 fAI = new XUnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
728 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
765 fSets.add(fAI); in RBBILineMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java638 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
707 fAI = new XUnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
731 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
768 fSets.add(fAI); in RBBILineMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2550 UnicodeSet *fAI; member in RBBILineMonkey
2615 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
2633 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
2672 fSets->addElement(fAI, status); in RBBILineMonkey()
3242 delete fAI; in ~RBBILineMonkey()