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.java712 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
781 fAI = new XUnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
807 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
844 fSets.add(fAI); fClassNames.add("AI"); in RBBILineMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java715 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
784 fAI = new XUnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
810 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
847 fSets.add(fAI); fClassNames.add("AI"); in RBBILineMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2724 UnicodeSet *fAI; member in RBBILineMonkey
2791 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
2811 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
2851 fSets->addElement(fAI, status); classNames.push_back("fAI"); in RBBILineMonkey()
3456 delete fAI; in ~RBBILineMonkey()