Home
last modified time | relevance | path

Searched refs:wcsrchr (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar77 const wchar_t* wcsrchr(const wchar_t* s, wchar_t c);
78 wchar_t* wcsrchr( wchar_t* s, wchar_t c);
179 …nline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::
180 …nline _LIBCPP_INLINE_VISIBILITY wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return ::
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp88 …static_assert((std::is_same<decltype(std::wcsrchr((const wchar_t*)0, L' ')), const wchar_t*>::valu… in main()
89 static_assert((std::is_same<decltype(std::wcsrchr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h272 using _STLP_VENDOR_CSTD::wcsrchr;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp86 static_assert((std::is_same<decltype(wcsrchr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c212 wchar_t *wcsrchr(const wchar_t *s, wchar_t c) { in wcsrchr() function