Home | History | Annotate | Download | only in intltest

Lines Matching refs:fNL

2641     UnicodeSet  *fNL;
2698 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status);
2753 fSets->addElement(fNL, status);
2837 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) {
3261 delete fNL;