Home | History | Annotate | Download | only in intltest

Lines Matching refs:fEX

2537     UnicodeSet  *fEX;
2602 fEX = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=EX}]"), status);
2659 fSets->addElement(fEX, status);
2947 fEX->contains(thisChar) ||
3075 (fEX->contains(prevChar) && fIN->contains(thisChar)) ||
3229 delete fEX;