Home
last modified time | relevance | path

Searched defs:tlist (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc55 hb_graphite2_tablelist_t *tlist; member
61 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local
126 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
/external/opencv3/modules/python/src2/
Dhdr_parser.py723 def find_next_token(self, s, tlist, p=0): argument
/external/javassist/src/main/javassist/compiler/
DJavac.java146 CtClass[] tlist = gen.makeThrowsList(md); in compileMethod() local
/external/icu/icu4c/source/i18n/
Dtridpars.cpp472 UVector tlist(ec); in instantiateList() local
/external/libedit/src/
Dterminal.c332 char **tlist = el->el_terminal.t_str; in terminal_alloc() local
/external/mksh/src/
Dmain.c1597 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp()