Home
last modified time | relevance | path

Searched defs:tuple_count (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh166 unsigned int tuple_count () const { return 0; } in tuple_count() function
221 unsigned int tuple_count () const { return 0; } in tuple_count() function
Dhb-aat-layout-kerx-table.hh254 unsigned int tuple_count = MAX (1u, table->header.tuple_count ()); in transition() local
745 unsigned int tuple_count () const { return tupleCount; } in tuple_count() function
/external/python/cpython3/Objects/
Dtupleobject.c578 tuple_count(PyTupleObject *self, PyObject *value) in tuple_count() function