Home | History | Annotate | Download | only in unicode

Lines Matching refs:set2

866  * of set2. It answers the question, 'Is set1 a superset of set2?'
868 * @param set2 set to be checked for containment
873 uset_containsAll(const USet* set1, const USet* set2);
890 * of set2. It answers the question, 'Is set1 a disjoint set of set2?'
892 * @param set2 set to be checked for containment
897 uset_containsNone(const USet* set1, const USet* set2);
901 * of set2. It answers the question, 'Does set1 and set2 have an intersection?'
903 * @param set2 set to be checked for containment
908 uset_containsSome(const USet* set1, const USet* set2);
998 * of set2, and vis versa. It answers the question, 'Is set1 equal to set2?'
1000 * @param set2 set to be checked for containment
1005 uset_equals(const USet* set1, const USet* set2);