Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h93 extern wchar_t *wmemset();
314 # undef wmemset
317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) in wmemset() function
324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) in wmemset() function
328 using _STLP_VENDOR_CSTD::wmemset;
Dchar_traits.h261 { return wmemset(__s, __c, __n); } in assign()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar88 wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n);
204 using ::wmemset;
Dstring726 {return (char_type*)wmemset(__s, __a, __n);}
/ndk/sources/android/support/include/
Dwchar.h130 wchar_t *wmemset (wchar_t *, wchar_t, size_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp94 static_assert((std::is_same<decltype(wmemset(ws, L' ', s)), wchar_t*>::value), ""); in main()
/ndk/sources/android/support/src/
Dwchar_support.c345 wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n) { in wmemset() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp99 static_assert((std::is_same<decltype(std::wmemset(ws, L' ', s)), wchar_t*>::value), ""); in main()