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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-set-private.hh86 inline bool may_have (hb_codepoint_t g) const { function
118 inline bool may_have (hb_codepoint_t g) const {
119 return head.may_have (g) && tail.may_have (g);
H A Dhb-ot-layout-private.hh143 inline bool may_have (hb_codepoint_t g) const { function in struct:hb_ot_layout_lookup_accelerator_t
144 return digest.may_have (g);
H A Dhb-ot-layout.cc1086 if (accel.may_have (buffer->cur().codepoint) &&
1115 if (accel.may_have (buffer->cur().codepoint) &&
H A Dhb-ot-layout-gsub-table.hh1191 if (!accel->may_have (c->glyphs[0])) return_trace (false);

Completed in 55 milliseconds