Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java563 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey
614 fAL = new UnicodeSet("[\\p{Line_break=AL}]"); in RBBILineMonkey()
634 fAL.addAll(fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
635 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
636 fAL.addAll(fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
637 fAL.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL in RBBILineMonkey()
671 fSets.add(fAL); in RBBILineMonkey()
951 if (fAL.contains(prevChar) && fIN.contains(thisChar) || in next()
965 fAL.contains(prevChar) && fNU.contains(thisChar) || in next()
967 fNU.contains(prevChar) && fAL.contains(thisChar) || in next()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java567 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey
618 fAL = new UnicodeSet("[\\p{Line_break=AL}]"); in RBBILineMonkey()
638 fAL.addAll(fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
639 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
640 fAL.addAll(fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
641 fAL.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL in RBBILineMonkey()
675 fSets.add(fAL); in RBBILineMonkey()
955 if (fAL.contains(prevChar) && fIN.contains(thisChar) || in next()
969 fAL.contains(prevChar) && fNU.contains(thisChar) || in next()
971 fNU.contains(prevChar) && fAL.contains(thisChar) || in next()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2931 UnicodeSet *fAL; member in RBBILineMonkey
2983 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status); in RBBILineMonkey()
2999 fAL->addAll(*fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
3000 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
3001 fAL->addAll(*fSA); // Default behavior for SA is XX, which defaults to AL in RBBILineMonkey()
3002 fAL->addAll(*fSG); // Default behavior for SG is identical to AL. in RBBILineMonkey()
3038 fSets->addElement(fAL, status); in RBBILineMonkey()
3383 if ((fAL->contains(prevChar) && fIN->contains(thisChar)) || in next()
3398 (fAL->contains(prevChar) && fNU->contains(thisChar)) || in next()
3400 (fNU->contains(prevChar) && fAL->contains(thisChar)) || in next()
[all …]