Home | History | Annotate | Download | only in intltest

Lines Matching refs:fSY

3299     UnicodeSet  *fSY;
3352 fSY = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Line_break=SY}]"), status);
3402 fSets->addElement(fSY, status);
3625 (!fNU->contains(prevChar) && fSY->contains(thisChar))) {
3885 delete fSY;