Lines Matching refs:codepoint_t
37 typedef uint8_t codepoint_t; typedef
39 static const codepoint_t *
40 next (const codepoint_t *text, in next()
41 const codepoint_t *end, in next()
108 static const codepoint_t *
109 prev (const codepoint_t *text, in prev()
110 const codepoint_t *start, in prev()
114 const codepoint_t *end = text--; in prev()
126 strlen (const codepoint_t *text) in strlen()
139 static codepoint_t *
140 encode (codepoint_t *text, in encode()
141 const codepoint_t *end, in encode()
184 typedef TCodepoint codepoint_t; typedef
186 static const codepoint_t *
187 next (const codepoint_t *text, in next()
188 const codepoint_t *end, in next()
218 static const codepoint_t *
219 prev (const codepoint_t *text, in prev()
220 const codepoint_t *start, in prev()
252 strlen (const codepoint_t *text) in strlen()
265 static codepoint_t *
266 encode (codepoint_t *text, in encode()
267 const codepoint_t *end, in encode()
292 typedef TCodepoint codepoint_t; typedef
332 static codepoint_t *
333 encode (codepoint_t *text, in encode()
334 const codepoint_t *end HB_UNUSED, in encode()
350 typedef uint8_t codepoint_t; typedef
352 static const codepoint_t *
353 next (const codepoint_t *text, in next()
354 const codepoint_t *end HB_UNUSED, in next()
362 static const codepoint_t *
363 prev (const codepoint_t *text, in prev()
364 const codepoint_t *start HB_UNUSED, in prev()
373 strlen (const codepoint_t *text) in strlen()
386 static codepoint_t *
387 encode (codepoint_t *text, in encode()
388 const codepoint_t *end HB_UNUSED, in encode()
401 typedef uint8_t codepoint_t; typedef
403 static const codepoint_t *
404 next (const codepoint_t *text, in next()
405 const codepoint_t *end HB_UNUSED, in next()
415 static const codepoint_t *
416 prev (const codepoint_t *text, in prev()
417 const codepoint_t *start HB_UNUSED, in prev()
428 strlen (const codepoint_t *text) in strlen()
441 static codepoint_t *
442 encode (codepoint_t *text, in encode()
443 const codepoint_t *end HB_UNUSED, in encode()