OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__libcpp_wcsstr
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/include/
wchar.h
154
wchar_t*
__libcpp_wcsstr
(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);}
function
156
const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
158
wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wchar.h
154
wchar_t*
__libcpp_wcsstr
(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);}
function
156
const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
158
wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wchar.h
154
wchar_t*
__libcpp_wcsstr
(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);}
function
156
const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
158
wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wchar.h
154
wchar_t*
__libcpp_wcsstr
(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);}
function
156
const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
158
wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return
__libcpp_wcsstr
(__s1, __s2);}
Completed in 100 milliseconds