Searched refs:codepoint_t (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-utf.hh | 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 * [all …]
|
D | hb-ot-name.cc | 71 typename out_utf_t::codepoint_t *text /* OUT */) in hb_ot_name_convert_utf() 73 unsigned int src_len = bytes.len / sizeof (typename in_utf_t::codepoint_t); in hb_ot_name_convert_utf() 74 const typename in_utf_t::codepoint_t *src = (const typename in_utf_t::codepoint_t *) bytes.arrayZ; in hb_ot_name_convert_utf() 75 const typename in_utf_t::codepoint_t *src_end = src + src_len; in hb_ot_name_convert_utf() 77 typename out_utf_t::codepoint_t *dst = text; in hb_ot_name_convert_utf() 85 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() 89 …const typename in_utf_t::codepoint_t *src_next = in_utf_t::next (src, src_end, &unicode, replaceme… in hb_ot_name_convert_utf() 90 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf() 118 typename utf_t::codepoint_t *text /* OUT */) in hb_ot_name_get_utf() 171 (hb_utf8_t::codepoint_t *) text); in hb_ot_name_get_utf8()
|
D | hb-buffer.cc | 1527 const typename utf_t::codepoint_t *text, in hb_buffer_add_utf() 1532 typedef typename utf_t::codepoint_t T; in hb_buffer_add_utf()
|