Searched refs:match_func (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh234 match_func (nullptr),
246 { match_func = match_func_; match_data = match_data_; }
261 if (match_func)
262 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
294 match_func_t match_func; member in struct:OT::hb_apply_context_t::matcher_t
661 match_func_t match_func,
668 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
676 match_func_t match_func,
691 skippy_iter.set_match_func (match_func, match_data, input);
900 match_func_t match_func,
658 would_match_input(hb_would_apply_context_t *c, unsigned int count, const UINT16 input[], match_func_t match_func, const void *match_data) argument
673 match_input(hb_apply_context_t *c, unsigned int count, const UINT16 input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = nullptr, unsigned int *p_total_component_count = nullptr) argument
897 match_backtrack(hb_apply_context_t *c, unsigned int count, const UINT16 backtrack[], match_func_t match_func, const void *match_data, unsigned int *match_start) argument
919 match_lookahead(hb_apply_context_t *c, unsigned int count, const UINT16 lookahead[], match_func_t match_func, const void *match_data, unsigned int offset, unsigned int *end_index) argument
[all...]
/external/selinux/python/sepolicy/sepolicy/
H A Dgui.py443 self.entrycompletion_obj.set_match_func(self.match_func, None)
715 def match_func(self, completion, key_string, iter, func_data): member in class:SELinuxGui

Completed in 116 milliseconds