Lines Matching refs:hb_codepoint_t
42 hb_codepoint_t *unicode, in next()
43 hb_codepoint_t replacement) in next()
49 hb_codepoint_t c = *text++; in next()
53 if (hb_in_range<hb_codepoint_t> (c, 0xC2u, 0xDFu)) /* Two-byte */ in next()
65 else if (hb_in_range<hb_codepoint_t> (c, 0xE0u, 0xEFu)) /* Three-byte */ in next()
73 if (unlikely (c < 0x0800u || hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in next()
80 else if (hb_in_range<hb_codepoint_t> (c, 0xF0u, 0xF4u)) /* Four-byte */ in next()
89 if (unlikely (!hb_in_range<hb_codepoint_t> (c, 0x10000u, 0x10FFFFu))) in next()
111 hb_codepoint_t *unicode, in prev()
112 hb_codepoint_t replacement) in prev()
130 encode_len (hb_codepoint_t unicode) in encode_len()
142 hb_codepoint_t unicode) in encode()
189 hb_codepoint_t *unicode, in next()
190 hb_codepoint_t replacement) in next()
192 hb_codepoint_t c = *text++; in next()
194 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in next()
203 hb_codepoint_t l = *text; in next()
204 if (likely (hb_in_range<hb_codepoint_t> (l, 0xDC00u, 0xDFFFu))) in next()
221 hb_codepoint_t *unicode, in prev()
222 hb_codepoint_t replacement) in prev()
224 hb_codepoint_t c = *--text; in prev()
226 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in prev()
235 hb_codepoint_t h = text[-1]; in prev()
236 if (likely (hb_in_range<hb_codepoint_t> (h, 0xD800u, 0xDBFFu))) in prev()
260 encode_len (hb_codepoint_t unicode) in encode_len()
268 hb_codepoint_t unicode) in encode()
297 hb_codepoint_t *unicode, in next()
298 hb_codepoint_t replacement) in next()
300 hb_codepoint_t c = *unicode = *text++; in next()
309 hb_codepoint_t *unicode, in prev()
310 hb_codepoint_t replacement) in prev()
312 hb_codepoint_t c = *unicode = *--text; in prev()
327 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len()
335 hb_codepoint_t unicode) in encode()
355 hb_codepoint_t *unicode, in next()
356 hb_codepoint_t replacement HB_UNUSED) in next()
365 hb_codepoint_t *unicode, in prev()
366 hb_codepoint_t replacement HB_UNUSED) in prev()
381 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len()
389 hb_codepoint_t unicode) in encode()
406 hb_codepoint_t *unicode, in next()
407 hb_codepoint_t replacement HB_UNUSED) in next()
418 hb_codepoint_t *unicode, in prev()
419 hb_codepoint_t replacement) in prev()
436 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len()
444 hb_codepoint_t unicode) in encode()