Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set-private.hh86 inline bool may_have (hb_codepoint_t g) const { in may_have() function
118 inline bool may_have (hb_codepoint_t g) const { in may_have() function
119 return head.may_have (g) && tail.may_have (g); in may_have()
Dhb-ot-layout-private.hh142 inline bool may_have (hb_codepoint_t g) const { in may_have() function
143 return digest.may_have (g); in may_have()
Dhb-ot-layout.cc994 if (accel.may_have (buffer->cur().codepoint) && in apply_forward()
1023 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
Dhb-ot-layout-gsub-table.hh1156 if (!accel->may_have (c->glyphs[0])) return_trace (false); in would_apply()