Searched defs:hb_set_t (Results 1 – 4 of 4) sorted by relevance
147 struct hb_set_t struct149 hb_object_header_t header;151 bool in_error;153 inline void init (void) { in init()157 inline void fini (void) { in fini()159 inline void clear (void) { in clear()165 inline bool is_empty (void) const { in is_empty()171 inline void add (hb_codepoint_t g) in add()178 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()185 inline void del (hb_codepoint_t g) in del()[all …]
41 typedef struct hb_set_t hb_set_t; typedef
136 struct hb_set_t struct138 hb_object_header_t header;140 bool in_error;142 inline void init (void) { in init()146 inline void fini (void) { in fini()148 inline void clear (void) { in clear()154 inline bool is_empty (void) const { in is_empty()160 inline void add (hb_codepoint_t g) in add()167 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()174 inline void del (hb_codepoint_t g) in del()[all …]
39 typedef struct hb_set_t hb_set_t; typedef