Searched refs:may_have (Results 1 – 4 of 4) sorted by relevance
100 bool may_have (hb_codepoint_t g) const in may_have() function145 bool may_have (hb_codepoint_t g) const in may_have() function147 return head.may_have (g) && tail.may_have (g); in may_have()
1338 if (accel.may_have (buffer->cur().codepoint) && in apply_forward()1361 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
637 return digest.may_have (c->buffer->cur().codepoint) && apply_func (obj, c); in apply()2634 bool may_have (hb_codepoint_t g) const in may_have() function2635 { return digest.may_have (g); } in may_have()
1339 if (!accel->may_have (c->glyphs[0])) return_trace (false); in would_apply()