Searched defs:byte_str_ref_t (Results 1 – 1 of 1) sorted by relevance
285 struct byte_str_ref_t struct287 byte_str_ref_t () in byte_str_ref_t() function290 byte_str_ref_t (const hb_ubytes_t &str_, unsigned int offset_ = 0) in byte_str_ref_t() argument293 void reset (const hb_ubytes_t &str_, unsigned int offset_ = 0) in reset()299 const unsigned char& operator [] (int i) { in operator []()308 unsigned char head_unchecked () const { return str.arrayZ[get_offset ()]; } in head_unchecked()311 operator hb_ubytes_t () const { return str.sub_array (get_offset ()); } in operator hb_ubytes_t()313 hb_ubytes_t sub_array (unsigned int offset_, unsigned int len_) const in sub_array()316 bool avail (unsigned int count=1) const in avail()318 void inc (unsigned int count=1) in inc()[all …]