Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh875 struct hb_string_t struct
877 inline hb_string_t (void) : bytes (nullptr), len (0) {} in hb_string_t() argument
878 inline hb_string_t (const char *bytes_, unsigned int len_) : bytes (bytes_), len (len_) {} in hb_string_t() argument
880 inline int cmp (const hb_string_t &a) const in cmp() argument
889 hb_string_t *a = (hb_string_t *) pa; in cmp() argument
894 const char *bytes;
895 unsigned int len;