Searched refs:find_index (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/private/ |
D | SkTDict.h | 33 int index = this->find_index(name, len); in set() 50 return this->find_index(name) >= 0; in find() 54 return this->find_index(name, len) >= 0; in find() 62 int index = this->find_index(name, len); in find() 128 int find_index(const char name[]) const { in find_index() function 129 return find_index(name, strlen(name)); in find_index() 132 int find_index(const char name[], size_t len) const { in find_index() function
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-jstf-table.hh | 162 { return langSys.find_index (tag, index); } in find_lang_sys_index() 210 { return scriptList.find_index (tag, index); } in find_script_index()
|
D | hb-ot-layout-common-private.hh | 117 inline bool find_index (hb_tag_t tag, unsigned int *index) const in find_index() function 251 { return langSys.find_index (tag, index); } in find_lang_sys_index()
|
D | hb-ot-layout-gsubgpos-private.hh | 2249 { return (this+scriptList).find_index (tag, index); } in find_script_index() 2262 { return (this+featureList).find_index (tag, index); } in find_feature_index()
|