|
|
|
@ -139,8 +139,8 @@ struct hb_sparseset_t |
|
|
|
|
{ return s.next_range (first, last); } |
|
|
|
|
bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const |
|
|
|
|
{ return s.previous_range (first, last); } |
|
|
|
|
unsigned int set_next_many (hb_codepoint_t codepoint, hb_codepoint_t *out, unsigned int size) const |
|
|
|
|
{ return s.set_next_many(codepoint, out, size); } |
|
|
|
|
unsigned int next_many (hb_codepoint_t codepoint, hb_codepoint_t *out, unsigned int size) const |
|
|
|
|
{ return s.next_many (codepoint, out, size); } |
|
|
|
|
|
|
|
|
|
unsigned int get_population () const { return s.get_population (); } |
|
|
|
|
hb_codepoint_t get_min () const { return s.get_min (); } |
|
|
|
|