HomeSort by relevance Sort by last modified time
    Searched refs:match_func (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 234 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,
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py 443 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
    [all...]

Completed in 74 milliseconds