Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh291 struct byte_str_t : hb_ubytes_t struct
293 byte_str_t () in byte_str_t() function
295 byte_str_t (const UnsizedByteStr& s, unsigned int l) in byte_str_t() argument
297 byte_str_t (const unsigned char *s, unsigned int l) in byte_str_t() argument
299 byte_str_t (const hb_ubytes_t &ub) /* conversion from hb_ubytes_t */ in byte_str_t() argument
303 byte_str_t sub_str (unsigned int offset, unsigned int len_) const in sub_str()
306 bool check_limit (unsigned int offset, unsigned int count) const in check_limit()