Home
last modified time | relevance | path

Searched defs:hb_utf_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-utf-private.hh38 struct hb_utf_t<uint8_t, true> struct
41 next (const uint8_t *text, in next()
110 prev (const uint8_t *text, in prev()
137 struct hb_utf_t<uint16_t, true> argument
140 next (const uint16_t *text, in next()
172 prev (const uint16_t *text, in prev()
210 struct hb_utf_t<uint32_t, validate> argument
213 next (const uint32_t *text, in next()
230 prev (const uint32_t *text, in prev()
240 strlen (const uint32_t *text) in strlen()