Searched defs:lsearch (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 130 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 139 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-vector.hh | 275 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 278 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-open-type.hh | 430 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() function 433 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() function 655 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch() function 658 const Type &lsearch (const T &x, const Type ¬_found = Null (Type)) const in lsearch() function
|