Searched defs:add_range (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-set-private.hh56 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { function in struct:hb_set_digest_common_bits_t
85 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { function in struct:hb_set_digest_lowest_bits_t
119 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { function in struct:hb_set_digest_t
120 digest1.add_range (a, b);
121 digest2.add_range (a, b);
167 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) function in struct:hb_set_t

Completed in 40 milliseconds