Searched refs:wmemchr (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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); 176 using ::wmemchr; 192 …_LIBCPP_INLINE_VISIBILITY const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {ret… 193 …_LIBCPP_INLINE_VISIBILITY wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {ret…
|
D | string | 714 {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++/libcxx/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/android/support/include/ |
D | wchar.h | 129 wchar_t *wmemchr (const wchar_t *, wchar_t, size_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/src/ |
D | wchar_support.c | 311 wchar_t * wmemchr(const wchar_t *s, wchar_t c, size_t n) { in wmemchr() function
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 323 z = wmemchr(a, 0, p); in wprintf_core()
|