Home | History | Annotate | Download | only in intltest

Lines Matching full:set2a

329     UnicodeSet *set2a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Nd:]"), status);   //Number, Decimal digit
338 if (*set2 != *set2a) {
342 delete set2a;