Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java689 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey
744 fAL = new UnicodeSet("[\\p{Line_break=AL}]"); in RBBILineMonkey()
769 fAL.addAll(fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
770 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
771 fAL.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL in RBBILineMonkey()
806 fSets.add(fAL); in RBBILineMonkey()
1103 if (fAL.contains(prevChar) && fIN.contains(thisChar) || in next()
1114 if ((fAL.contains(prevChar) || fHL.contains(prevChar)) && fNU.contains(thisChar)) { in next()
1117 if (fNU.contains(prevChar) && (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
1137 (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java688 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey
743 fAL = new UnicodeSet("[\\p{Line_break=AL}]"); in RBBILineMonkey()
768 fAL.addAll(fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
769 fAL.addAll(fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
770 fAL.addAll(fSG); // Default behavior for SG (unpaired surrogates) is AL in RBBILineMonkey()
805 fSets.add(fAL); in RBBILineMonkey()
1102 if (fAL.contains(prevChar) && fIN.contains(thisChar) || in next()
1113 if ((fAL.contains(prevChar) || fHL.contains(prevChar)) && fNU.contains(thisChar)) { in next()
1116 if (fNU.contains(prevChar) && (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
1136 (fAL.contains(thisChar) || fHL.contains(thisChar))) { in next()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3005 UnicodeSet *fAL; member in RBBILineMonkey
3071 fAL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=AL}]"), status); in RBBILineMonkey()
3090 fAL->addAll(*fXX); // Default behavior for XX is identical to AL in RBBILineMonkey()
3091 fAL->addAll(*fAI); // Default behavior for AI is identical to AL in RBBILineMonkey()
3092 fAL->addAll(*fSG); // Default behavior for SG is identical to AL. in RBBILineMonkey()
3129 fSets->addElement(fAL, status); in RBBILineMonkey()
3491 if ((fAL->contains(prevChar) && fIN->contains(thisChar)) || in next()
3503 if ((fAL->contains(prevChar) || fHL->contains(prevChar)) && fNU->contains(thisChar)) { in next()
3506 if (fNU->contains(prevChar) && (fAL->contains(thisChar) || fHL->contains(thisChar))) { in next()
3526 (fAL->contains(thisChar) || fHL->contains(thisChar))) { in next()
[all …]