Home
last modified time | relevance | path

Searched refs:may_have (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh100 bool may_have (hb_codepoint_t g) const in may_have() function
145 bool may_have (hb_codepoint_t g) const in may_have() function
147 return head.may_have (g) && tail.may_have (g); in may_have()
Dhb-ot-layout.cc1811 if (accel.may_have (buffer->cur().codepoint) && in apply_forward()
1834 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
Dhb-ot-layout-gsubgpos.hh643 return digest.may_have (c->buffer->cur().codepoint) && apply_func (obj, c); in apply()
2825 bool may_have (hb_codepoint_t g) const in may_have() function
2826 { return digest.may_have (g); } in may_have()
Dhb-ot-layout-gsub-table.hh1393 if (!accel->may_have (c->glyphs[0])) return false; in would_apply()