Lines Matching defs:first
262 * @first: The first element to add to @set
265 * Adds all of the elements from @first to @last
272 hb_codepoint_t first,
276 set->add_range (first, last);
299 * @first: The first element to remove from @set
302 * Removes all of the elements from @first to @last
306 * greater than or equal to @first are removed.
312 hb_codepoint_t first,
316 set->del_range (first, last);
550 * @first: (out): The first code point in the range
565 hb_codepoint_t *first,
568 return set->next_range (first, last);
574 * @first: (inout): Input = The current first code point in the range
575 * Output = The first code point in the range
581 * Set @first to #HB_SET_VALUE_INVALID to get started.
589 hb_codepoint_t *first,
592 return set->previous_range (first, last);