Home | History | Annotate | Download | only in intltest

Lines Matching full:set2a

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