Lines Matching refs:set2
2887 USet *set1, *set2, *set3, *set4; in TestConsistency() local
2936 set2=uset_openPattern(dashPattern, 8, &errorCode); in TestConsistency()
2941 showAMinusB(set1, set2, "[:Hyphen:]", "[:Dash:]", FALSE); in TestConsistency()
2951 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE); in TestConsistency()
2958 uset_close(set2); in TestConsistency()
3007 set2=uset_openPattern(mathPattern, 8, &errorCode); in TestConsistency()
3010 uset_retainAll(set2, set1); /* [math blocks]&[:Math:] */ in TestConsistency()
3013 compareUSets(set1, set2, in TestConsistency()
3020 uset_close(set2); in TestConsistency()
3026 set2=uset_openPattern(reservedPattern, 20, &errorCode); in TestConsistency()
3028 compareUSets(set1, set2, in TestConsistency()
3035 uset_close(set2); in TestConsistency()