Lines Matching defs:ByteStr
300 struct ByteStr struct
302 ByteStr () in ByteStr() function
304 ByteStr (const UnsizedByteStr& s, unsigned int l) in ByteStr() function
306 ByteStr (const char *s, unsigned int l=0) in ByteStr() argument
309 ByteStr (const ByteStr &bs, unsigned int offset, unsigned int len_) in ByteStr() argument
315 bool sanitize (hb_sanitize_context_t *c) const { return str->sanitize (c, len); } in sanitize()
317 const HBUINT8& operator [] (unsigned int i) const in operator []()
325 bool serialize (hb_serialize_context_t *c, const ByteStr &src) in serialize()
335 unsigned int get_size () const { return len; } in get_size()
337 bool check_limit (unsigned int offset, unsigned int count) const in check_limit()
340 const UnsizedByteStr *str;
341 unsigned int len;