HomeSort by relevance Sort by last modified time
    Searched defs:match_data (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/libcpu/
i386_dis.h 898 static const uint8_t match_data[] = variable
    [all...]
x86_64_dis.h 886 static const uint8_t match_data[] = variable
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 329 match_data (NULL) {};
340 { match_func = match_func_; match_data = match_data_; }
356 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
390 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
417 const void *match_data,
420 matcher.set_match_func (match_func, match_data);
487 const void *match_data,
490 matcher.set_match_func (match_func, match_data);
717 const void *match_data)
723 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1073 const void *match_data; member in struct:OT::ContextApplyLookupContext
1575 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/pcre/dist/
pcre_internal.h 2496 typedef struct match_data { struct
2546 } match_data; typedef in typeref:struct:match_data
    [all...]

Completed in 2026 milliseconds