Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dwchar.h182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function
185 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr() function
/external/cronet/tot/third_party/libc++/src/include/
Dwchar.h178 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function
181 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… 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/cronet/stable/third_party/libc++/src/include/
Dwchar.h178 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function
181 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dwchar.h182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function
185 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… 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
/external/trusty/musl/src/string/
Dwcsstr.c97 wchar_t *wcsstr(const wchar_t *restrict h, const wchar_t *restrict n) in wcsstr() function