Home
last modified time | relevance | path

Searched refs:collect_data (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh666 const void *collect_data) in collect_array() argument
669 collect_func (glyphs, values[i], collect_data); in collect_array()
1060 const void *collect_data; member
1092 lookup_context.funcs.collect, lookup_context.collect_data); in context_collect_glyphs_lookup()
1557 const void *collect_data[3]; member
1603 lookup_context.funcs.collect, lookup_context.collect_data[0]); in chain_context_collect_glyphs_lookup()
1606 lookup_context.funcs.collect, lookup_context.collect_data[1]); in chain_context_collect_glyphs_lookup()
1609 lookup_context.funcs.collect, lookup_context.collect_data[2]); in chain_context_collect_glyphs_lookup()
/external/ply/ply/example/BASIC/
Dbasinterp.py30 def collect_data(self): member in BasicInterpreter
221 self.collect_data() # Collect all of the data statements
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c74 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
1092 } else if (plen && !collect_data(buf, &p, plen)) in asn1_collect()
1104 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data() function