Lines Matching refs:fCM
2901 UnicodeSet *fCM; member in RBBILineMonkey
2954 fCM = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=CM}]"), status); in RBBILineMonkey()
3009 fSets->addElement(fCM, status); in RBBILineMonkey()
3097 if (!fCM->contains(*nextChar)) { in rule9Adjust()
3109 if (fCM->contains(*posChar)) { in rule9Adjust()
3285 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next()
3300 while (tPos>0 && fCM->contains(fText->char32At(tPos))) { in next()
3317 while (tPos>0 && fCM->contains(fText->char32At(tPos))) { in next()
3335 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next()
3435 } while (fCM->contains(thisChar)); in next()
3524 delete fCM; in ~RBBILineMonkey()