Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-utf.hh403 struct hb_ascii_t struct
405 typedef uint8_t codepoint_t;
406 static constexpr unsigned max_len = 1;
409 next (const codepoint_t *text, in next()
421 prev (const codepoint_t *text, in prev()
433 strlen (const codepoint_t *text) in strlen()
441 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len()
447 encode (codepoint_t *text, in encode()