Home
last modified time | relevance | path

Searched refs:wmemchr (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar83 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…
Dstring714 {return (const char_type*)wmemchr(__s, __a, __n);}
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h89 extern wchar_t *wmemchr();
294 using _STLP_VENDOR_CSTD::wmemchr;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp94 …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/
Dwchar.h129 wchar_t *wmemchr (const wchar_t *, wchar_t, size_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp90 static_assert((std::is_same<decltype(wmemchr((wchar_t*)0, L' ', s)), wchar_t*>::value), ""); in main()
/ndk/sources/android/support/src/
Dwchar_support.c311 wchar_t * wmemchr(const wchar_t *s, wchar_t c, size_t n) { in wmemchr() function
/ndk/sources/android/support/src/stdio/
Dvfwprintf.c323 z = wmemchr(a, 0, p); in wprintf_core()