Searched refs:set3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2852 USet *set1, *set2, *set3, *set4; local
2915 set3=uset_openPattern(formatPattern, 6, &errorCode);
2918 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", FALSE);
2919 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE);
2920 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE);
2927 uset_close(set3);
3013 set3=uset_openPattern(unassignedPattern, 6, &errorCode);
3016 uset_complement(set3); /* assigned characters */
3017 uset_retainAll(set1, set3); /* [math blocks]&[assigned] */
3026 uset_close(set3);
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dusettest.cpp452 UnicodeSet set3; local
453 expectPattern(set3, "[a-c]", "ac");
454 doAssert(set.containsAll(set3) == FALSE, "set doesn't contain all the elements in set3");
455 set3.remove(0x0062);
456 expectPairs(set3, "aacc");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
458 set.retainAll(set3);
460 doAssert(set.size() == set3
[all...]
/external/icu4c/test/cintltst/
H A Dcucdtst.c2898 USet *set1, *set2, *set3, *set4; local
2962 set3=uset_openPattern(formatPattern, 6, &errorCode);
2965 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", FALSE);
2966 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE);
2967 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE);
2974 uset_close(set3);
3071 set3=uset_openPattern(unassignedPattern, 6, &errorCode);
3074 uset_complement(set3); /* assigned characters */
3075 uset_retainAll(set1, set3); /* [math blocks]&[assigned] */
3084 uset_close(set3);
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp452 UnicodeSet set3; local
453 expectPattern(set3, "[a-c]", "ac");
454 doAssert(set.containsAll(set3) == FALSE, "set doesn't contain all the elements in set3");
455 set3.remove(0x0062);
456 expectPairs(set3, "aacc");
457 doAssert(set.containsAll(set3) == TRUE, "set should contain all the elements in set3");
458 set.retainAll(set3);
460 doAssert(set.size() == set3
[all...]

Completed in 130 milliseconds