Home | History | Annotate | Download | only in intltest

Lines Matching defs:fNL

2902     UnicodeSet  *fNL;
2955 fNL = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=NL}]"), status);
3010 fSets->addElement(fNL, status);
3094 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) {
3525 delete fNL;