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.java562 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
613 fAI = new UnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
635 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
670 fSets.add(fAI); in RBBILineMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java566 UnicodeSet fAI; field in RBBITestMonkey.RBBILineMonkey
617 fAI = new UnicodeSet("[\\p{Line_break=AI}]"); in RBBILineMonkey()
639 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
674 fSets.add(fAI); in RBBILineMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2930 UnicodeSet *fAI; member in RBBILineMonkey
2982 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status); in RBBILineMonkey()
3000 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
3037 fSets->addElement(fAI, status); in RBBILineMonkey()
3552 delete fAI; in ~RBBILineMonkey()