Home
last modified time | relevance | path

Searched refs:hb_ubytes_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh291 struct byte_str_t : hb_ubytes_t
294 : hb_ubytes_t () {} in byte_str_t()
296 : hb_ubytes_t ((const unsigned char*)&s, l) {} in byte_str_t()
298 : hb_ubytes_t (s, l) {} in byte_str_t()
299 byte_str_t (const hb_ubytes_t &ub) /* conversion from hb_ubytes_t */ in byte_str_t()
300 : hb_ubytes_t (ub) {} in byte_str_t()
304 { return byte_str_t (hb_ubytes_t::sub_array (offset, len_)); } in sub_str()
Dhb-array.hh378 typedef hb_array_t<const unsigned char> hb_ubytes_t; typedef