Home
last modified time | relevance | path

Searched defs:wcsstr (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/
Dwchar.h166 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr() function
168 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr() function
/external/libcxx/include/
Dwchar.h160 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr() function
162 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr() function
/external/musl/src/string/
Dwcsstr.c93 wchar_t *wcsstr(const wchar_t *restrict h, const wchar_t *restrict n) in wcsstr() function