Home | History | Annotate | Download | only in src

Lines Matching full:last

226  * @last: 
235 hb_codepoint_t last)
237 set->add_range (first, last);
260 * @last:
269 hb_codepoint_t last)
271 set->del_range (first, last);
456 * @last: (inout): input current last and output last codepoint in the range.
459 * are greater than current value of @last.
468 hb_codepoint_t *last)
470 return set->next_range (first, last);