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

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 305 match_data (NULL) {};
316 { match_func = match_func_; match_data = match_data_; }
332 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
370 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
397 const void *match_data,
400 matcher.set_match_func (match_func, match_data);
467 const void *match_data,
470 matcher.set_match_func (match_func, match_data);
684 const void *match_data)
690 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1039 const void *match_data; member in struct:OT::ContextApplyLookupContext
1537 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 362 const uint8_t *curr = match_data;
363 const uint8_t *const match_end = match_data + sizeof (match_data);
i386_parse.y 1244 fputs ("static const uint8_t match_data[] =\n{\n", outfile);
    [all...]
i386_parse.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp     [all...]
uniq.good 625 match_data *md;
626 match_data match_block;
    [all...]

Completed in 432 milliseconds