Home | History | Annotate | Download | only in intltest

Lines Matching refs:fB2

2909     UnicodeSet  *fB2;
2961 fB2 = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=B2}]"), status);
3016 fSets->addElement(fB2, status);
3327 if (fB2->contains(thisChar)) {
3338 if (fB2->contains(fText->char32At(tPos))) {
3531 delete fB2;