Home | History | Annotate | Download | only in unicode

Lines Matching refs:set2

862  * of set2. It answers the question, 'Is set1 a superset of set2?'
864 * @param set2 set to be checked for containment
869 uset_containsAll(const USet* set1, const USet* set2);
886 * of set2. It answers the question, 'Is set1 a disjoint set of set2?'
888 * @param set2 set to be checked for containment
893 uset_containsNone(const USet* set1, const USet* set2);
897 * of set2. It answers the question, 'Does set1 and set2 have an intersection?'
899 * @param set2 set to be checked for containment
904 uset_containsSome(const USet* set1, const USet* set2);
994 * of set2, and vis versa. It answers the question, 'Is set1 equal to set2?'
996 * @param set2 set to be checked for containment
1001 uset_equals(const USet* set1, const USet* set2);