Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set-private.hh154 struct hb_set_t struct
158 hb_object_header_t header;
160 bool in_error;
162 inline void init (void) { in init()
166 inline void fini (void) { in fini()
168 inline void clear (void) { in clear()
174 inline bool is_empty (void) const { in is_empty()
180 inline void add (hb_codepoint_t g) in add()
187 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
194 inline void del (hb_codepoint_t g) in del()
[all …]
Dhb-set.h44 typedef struct hb_set_t hb_set_t; typedef