Home | History | Annotate | Download | only in intltest

Lines Matching refs:fIS

2545     UnicodeSet  *fIS;
2610 fIS = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=IS}]"), status);
2667 fSets->addElement(fIS, status);
2948 (!fNU->contains(prevChar) && fIS->contains(thisChar)) ||
3161 if (fIS->contains(prevChar) && (fAL->contains(thisChar) || fHL->contains(thisChar))) {
3237 delete fIS;