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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java563 UnicodeSet fAL; field in class:RBBITestMonkey.RBBILineMonkey
614 fAL = new UnicodeSet("[\\p{Line_break=AL}]");
634 fAL.addAll(fXX); // Default behavior for XX is identical to AL
635 fAL.addAll(fAI); // Default behavior for AI is identical to AL
636 fAL.addAll(fSA); // Default behavior for SA is XX, which defaults to AL
637 fAL.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL
671 fSets.add(fAL);
951 if (fAL.contains(prevChar) && fIN.contains(thisChar) ||
964 fAL.contains(prevChar) && fNU.contains(thisChar) ||
966 fNU.contains(prevChar) && fAL
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2921 UnicodeSet *fAL; member in class:RBBILineMonkey
2973 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status);
2989 fAL->addAll(*fXX); // Default behavior for XX is identical to AL
2990 fAL->addAll(*fAI); // Default behavior for AI is identical to AL
2991 fAL->addAll(*fSA); // Default behavior for SA is XX, which defaults to AL
2992 fAL->addAll(*fSG); // Default behavior for SG is identical to AL.
3028 fSets->addElement(fAL, status);
3373 if ((fAL->contains(prevChar) && fIN->contains(thisChar)) ||
3387 (fAL->contains(prevChar) && fNU->contains(thisChar)) ||
3389 (fNU->contains(prevChar) && fAL
[all...]

Completed in 65 milliseconds