Home | History | Annotate | Download | only in intltest

Lines Matching full:set1a

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