Searched refs:find_index (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-jstf-table.hh | 162 { return langSys.find_index (tag, index); } in find_lang_sys_index() 211 { return scriptList.find_index (tag, index); } in find_script_index()
|
D | hb-ot-layout-common.hh | 217 bool find_index (hb_tag_t tag, unsigned int *index) const in find_index() function 377 { return langSys.find_index (tag, index); } in find_lang_sys_index() 2364 bool find_index (const int *coords, unsigned int coord_len, in find_index() function
|
D | hb-ot-layout-gsubgpos.hh | 2855 { return (this+scriptList).find_index (tag, index); } in find_script_index() 2868 { return (this+featureList).find_index (tag, index); } in find_feature_index() 2882 .find_index (coords, num_coords, index); in find_variations_index()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format_test.py | 116 find_index = line.find(string) 117 if find_index >= 0: 118 return i, find_index
|
/external/tpm2-tss/doc/ |
D | coding_standard_c.md | 82 unsigned int table_index = find_index(jacket_table, “color”, COLOR_RED);
|