Searched defs:wcsstr (Results 1 – 7 of 7) sorted by relevance
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | wchar.h | 182 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/ |
D | wchar.h | 178 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/ |
D | wchar.h | 160 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/ |
D | wchar.h | 178 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/ |
D | wchar.h | 182 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/ |
D | wcsstr.c | 93 wchar_t *wcsstr(const wchar_t *restrict h, const wchar_t *restrict n) in wcsstr() function
|
/external/trusty/musl/src/string/ |
D | wcsstr.c | 97 wchar_t *wcsstr(const wchar_t *restrict h, const wchar_t *restrict n) in wcsstr() function
|