Lines Matching defs:end
42 const uint8_t *end,
57 if (likely (text < end &&
69 if (likely (1 < end - text &&
84 if (likely (2 < end - text &&
115 const uint8_t *end = text--;
116 while (start < text && (*text & 0xc0) == 0x80 && end - text < 4)
119 if (likely (next (text, end, unicode, replacement) == end))
123 return end - 1;
141 const uint16_t *end,
157 if (text < end && ((l = *text), likely (hb_in_range (l, 0xDC00u, 0xDFFFu))))
177 const uint16_t *end = text--;
189 if (likely (next (text, end, unicode, replacement) == end))
193 return end - 1;
214 const uint32_t *end HB_UNUSED,