Searched refs:wmemchr (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 83 const wchar_t* wmemchr(const wchar_t* s, wchar_t c, size_t n); 84 wchar_t* wmemchr( wchar_t* s, wchar_t c, size_t n); 189 …_LIBCPP_INLINE_VISIBILITY const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {ret… 190 …_LIBCPP_INLINE_VISIBILITY wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {ret…
|
D | string | 705 {return (const char_type*)wmemchr(__s, __a, __n);}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 89 extern wchar_t *wmemchr(); 294 using _STLP_VENDOR_CSTD::wmemchr;
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 94 …static_assert((std::is_same<decltype(std::wmemchr((const wchar_t*)0, L' ', s)), const wchar_t*>::v… in main() 95 … static_assert((std::is_same<decltype(std::wmemchr((wchar_t*)0, L' ', s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 90 static_assert((std::is_same<decltype(wmemchr((wchar_t*)0, L' ', s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 344 wchar_t * wmemchr(const wchar_t *s, wchar_t c, size_t n) { in wmemchr() function
|