Searched refs:fAL (Results 1 – 3 of 3) sorted by relevance
563 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey614 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 …]
567 UnicodeSet fAL; field in RBBITestMonkey.RBBILineMonkey618 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 …]
2931 UnicodeSet *fAL; member in RBBILineMonkey2983 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 …]