Lines Matching refs:other
277 * @other:
287 const hb_set_t *other)
289 return set->is_equal (other);
295 * @other:
303 const hb_set_t *other)
305 set->set (other);
311 * @other:
319 const hb_set_t *other)
321 set->union_ (other);
327 * @other:
335 const hb_set_t *other)
337 set->intersect (other);
343 * @other:
351 const hb_set_t *other)
353 set->subtract (other);
359 * @other:
367 const hb_set_t *other)
369 set->symmetric_difference (other);