Lines Matching defs:last
263 * @last: The final element to add to @set
265 * Adds all of the elements from @first to @last
273 hb_codepoint_t last)
276 set->add_range (first, last);
300 * @last: The final element to remove from @set
302 * Removes all of the elements from @first to @last
305 * If @last is #HB_SET_VALUE_INVALID, then all values
313 hb_codepoint_t last)
316 set->del_range (first, last);
551 * @last: (inout): Input = The current last code point in the range
552 * Output = The last code point in the range
555 * are greater than current value of @last.
557 * Set @last to #HB_SET_VALUE_INVALID to get started.
566 hb_codepoint_t *last)
568 return set->next_range (first, last);
576 * @last: (out): The last code point in the range
579 * are greater than current value of @last.
590 hb_codepoint_t *last)
592 return set->previous_range (first, last);