Home | History | Annotate | Download | only in intltest

Lines Matching defs:fNL

3220     UnicodeSet  *fNL;
3274 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status);
3324 fSets->addElement(fNL, status);
3406 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) {
3807 delete fNL;