Lines Matching defs:start
103 unsigned int start,
117 for (unsigned int i = start; i < end; i++)
192 return i - start;
201 return end - start;
206 unsigned int start,
216 for (unsigned int i = start; i < end; i++)
250 return i - start;
254 return end - start;
259 unsigned int start,
273 for (unsigned int i = start; i < end; i++)
338 return i - start;
347 return end - start;
353 unsigned int start,
362 for (unsigned int i = start; i < end; i++)
390 return i - start;
392 return end - start;
398 * @start: the first item in @buffer to serialize.
460 unsigned int start,
469 end = hb_clamp (end, start, buffer->len);
470 start = hb_min (start, end);
484 if (unlikely (start == end))
493 return _hb_buffer_serialize_glyphs_text (buffer, start, end,
498 return _hb_buffer_serialize_glyphs_json (buffer, start, end,
512 * @start: the first item in @buffer to serialize.
562 unsigned int start,
570 end = hb_clamp (end, start, buffer->len);
571 start = hb_min (start, end);
582 if (unlikely (start == end))
588 return _hb_buffer_serialize_unicode_text (buffer, start, end,
592 return _hb_buffer_serialize_unicode_json (buffer, start, end,
604 unsigned int start,
635 * @start: the first item in @buffer to serialize.
660 unsigned int start,
673 return hb_buffer_serialize_glyphs (buffer, start, end, buf, buf_size,
677 return hb_buffer_serialize_unicode (buffer, start, end, buf, buf_size,
682 return _hb_buffer_serialize_invalid (buffer, start, end, buf, buf_size,