Lines Matching refs:codepoint_t
37 typedef uint8_t codepoint_t; typedef
40 static const codepoint_t *
41 next (const codepoint_t *text, in next()
42 const codepoint_t *end, in next()
109 static const codepoint_t *
110 prev (const codepoint_t *text, in prev()
111 const codepoint_t *start, in prev()
115 const codepoint_t *end = text--; in prev()
127 strlen (const codepoint_t *text) in strlen()
140 static codepoint_t *
141 encode (codepoint_t *text, in encode()
142 const codepoint_t *end, in encode()
185 typedef TCodepoint codepoint_t; typedef
188 static const codepoint_t *
189 next (const codepoint_t *text, in next()
190 const codepoint_t *end, in next()
220 static const codepoint_t *
221 prev (const codepoint_t *text, in prev()
222 const codepoint_t *start, in prev()
254 strlen (const codepoint_t *text) in strlen()
267 static codepoint_t *
268 encode (codepoint_t *text, in encode()
269 const codepoint_t *end, in encode()
294 typedef TCodepoint codepoint_t; typedef
335 static codepoint_t *
336 encode (codepoint_t *text, in encode()
337 const codepoint_t *end HB_UNUSED, in encode()
353 typedef uint8_t codepoint_t; typedef
356 static const codepoint_t *
357 next (const codepoint_t *text, in next()
358 const codepoint_t *end HB_UNUSED, in next()
366 static const codepoint_t *
367 prev (const codepoint_t *text, in prev()
368 const codepoint_t *start HB_UNUSED, in prev()
377 strlen (const codepoint_t *text) in strlen()
390 static codepoint_t *
391 encode (codepoint_t *text, in encode()
392 const codepoint_t *end HB_UNUSED, in encode()
405 typedef uint8_t codepoint_t; typedef
408 static const codepoint_t *
409 next (const codepoint_t *text, in next()
410 const codepoint_t *end HB_UNUSED, in next()
420 static const codepoint_t *
421 prev (const codepoint_t *text, in prev()
422 const codepoint_t *start HB_UNUSED, in prev()
433 strlen (const codepoint_t *text) in strlen()
446 static codepoint_t *
447 encode (codepoint_t *text, in encode()
448 const codepoint_t *end HB_UNUSED, in encode()
459 static inline const typename utf_t::codepoint_t *
460 hb_utf_offset_to_pointer (const typename utf_t::codepoint_t *start, in hb_utf_offset_to_pointer()