Home | History | Annotate | Download | only in unicode

Lines Matching refs:set2

586  * of set2. It answers the question, 'Is set1 a subset of set2?'
588 * @param set2 set to be checked for containment
593 uset_containsAll(const USet* set1, const USet* set2);
597 * of set2. It answers the question, 'Is set1 a disjoint set of set2?'
599 * @param set2 set to be checked for containment
604 uset_containsNone(const USet* set1, const USet* set2);
608 * of set2. It answers the question, 'Does set1 and set2 have an intersection?'
610 * @param set2 set to be checked for containment
615 uset_containsSome(const USet* set1, const USet* set2);
619 * of set2, and vis versa. It answers the question, 'Is set1 equal to set2?'
621 * @param set2 set to be checked for containment
626 uset_equals(const USet* set1, const USet* set2);