Home | History | Annotate | Download | only in native

Lines Matching defs:set1

1295     USet* set1;
1301 set1 = uset_open(1, 2);
1302 ucnv_getUnicodeSet(cnv1, set1, UCNV_ROUNDTRIP_SET, &status);
1312 bRet = uset_containsAll(set1, set2);
1315 uset_close(set1);