OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_func
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
328
match_func
(NULL),
340
{
match_func
= match_func_; match_data = match_data_; }
355
if (
match_func
)
356
return
match_func
(info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
389
match_func_t
match_func
;
member in struct:OT::hb_apply_context_t::matcher_t
416
inline void set_match_func (matcher_t::match_func_t
match_func
,
420
matcher.set_match_func (
match_func
, match_data);
486
inline void set_match_func (matcher_t::match_func_t
match_func
,
490
matcher.set_match_func (
match_func
, match_data);
716
match_func_t
match_func
,
[
all
...]
/external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py
434
self.entrycompletion_obj.set_match_func(self.
match_func
, None)
704
def
match_func
(self, completion, key_string, iter, func_data):
member in class:SELinuxGui
[
all
...]
Completed in 838 milliseconds