HomeSort by relevance Sort by last modified time
    Searched refs:may_have (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-set-digest.hh 100 bool may_have (hb_codepoint_t g) const function in struct:hb_set_digest_lowest_bits_t
145 bool may_have (hb_codepoint_t g) const function in struct:hb_set_digest_combiner_t
147 return head.may_have (g) && tail.may_have (g);
hb-ot-layout.cc     [all...]
hb-ot-layout-gsubgpos.hh 637 return digest.may_have (c->buffer->cur().codepoint) && apply_func (obj, c);
2634 bool may_have (hb_codepoint_t g) const function in struct:OT::hb_ot_layout_lookup_accelerator_t
    [all...]
hb-ot-layout-gsub-table.hh     [all...]

Completed in 107 milliseconds