Searched refs:fAI (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java562 UnicodeSet fAI; field in class:RBBITestMonkey.RBBILineMonkey
613 fAI = new UnicodeSet("[\\p{Line_break=AI}]");
635 fAL.addAll(fAI); // Default behavior for AI is identical to AL
670 fSets.add(fAI);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2920 UnicodeSet *fAI; member in class:RBBILineMonkey
2972 fAI = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AI}]"), status);
2990 fAL->addAll(*fAI); // Default behavior for AI is identical to AL
3027 fSets->addElement(fAI, status);
3541 delete fAI;

Completed in 60 milliseconds