Searched defs:byte_str_ref_t (Results 1 – 1 of 1) sorted by relevance
287 struct byte_str_ref_t struct289 byte_str_ref_t () in byte_str_ref_t() function292 byte_str_ref_t (const hb_ubytes_t &str_, unsigned int offset_ = 0) in byte_str_ref_t() argument295 void reset (const hb_ubytes_t &str_, unsigned int offset_ = 0) in reset()301 const unsigned char& operator [] (int i) { in operator []()310 unsigned char head_unchecked () const { return str.arrayZ[get_offset ()]; } in head_unchecked()313 operator hb_ubytes_t () const { return str.sub_array (get_offset ()); } in operator hb_ubytes_t()315 hb_ubytes_t sub_array (unsigned int offset_, unsigned int len_) const in sub_array()318 bool avail (unsigned int count=1) const in avail()320 void inc (unsigned int count=1) in inc()[all …]