Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-cff-common.hh38 struct str_encoder_t struct
40 str_encoder_t (str_buff_t &buff_) in str_encoder_t() argument
43 void reset () { buff.reset (); } in reset()
45 void encode_byte (unsigned char b) in encode_byte()
53 void encode_int (int v) in encode_int()
85 void encode_num_cs (const number_t& n) in encode_num_cs()
103 void encode_num_tp (const number_t& n) in encode_num_tp()
232 void encode_op (op_code_t op) in encode_op()
243 void copy_str (const unsigned char *str, unsigned length) in copy_str()
250 bool in_error () const { return buff.in_error (); } in in_error()
[all …]