Home | History | Annotate | Download | only in intltest

Lines Matching refs:set1a

323     UnicodeSet *set1a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Ll:]"), status); //  Letter, lowercase
335 if (*set1 != *set1a) {
341 delete set1a;