Searched refs:find_index (Results 1 – 4 of 4) 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 | 127 bool find_index (hb_tag_t tag, unsigned int *index) const in find_index() function 273 { return langSys.find_index (tag, index); } in find_lang_sys_index() 1954 bool find_index (const int *coords, unsigned int coord_len, in find_index() function
|
D | hb-ot-layout-gsubgpos.hh | 2664 { return (this+scriptList).find_index (tag, index); } in find_script_index() 2677 { return (this+featureList).find_index (tag, index); } in find_feature_index() 2687 .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
|