/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wchar_h.pass.cpp | 94 static_assert((std::is_same<decltype(wmemset(ws, L' ', s)), wchar_t*>::value), "");
|
/bionic/tests/ |
wchar_test.cpp | 353 wmemset(out, L'x', NUM_WCHARS(sizeof(out))); 499 wmemset(dst, L'x', NUM_WCHARS(sizeof(dst))); 529 wmemset(dst, L'x', NUM_WCHARS(sizeof(dst)));
|
string_test.cpp | 839 wmemset(state.ptr1, c1, state.MAX_LEN); 840 wmemset(state.ptr2, c1, state.MAX_LEN); [all...] |
/external/libcxx/test/std/strings/c.strings/ |
cwchar.pass.cpp | 99 static_assert((std::is_same<decltype(std::wmemset(ws, L' ', s)), wchar_t*>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwchar.pass.cpp | 99 static_assert((std::is_same<decltype(std::wmemset(ws, L' ', s)), wchar_t*>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
wchar2.h | 124 size_t __n), wmemset); 128 __warnattr ("wmemset called with length bigger than size of destination " 132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
wchar2.h | 122 size_t __n), wmemset); 126 __warnattr ("wmemset called with length bigger than size of destination " 130 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
wchar2.h | 122 size_t __n), wmemset); 126 __warnattr ("wmemset called with length bigger than size of destination " 130 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) function
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 618 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { 621 wchar_t *res = REAL(wmemset)(s, c, n); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
char_traits.h | 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 346 { return wmemset(__s, __a, __n); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
char_traits.h | 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 346 { return wmemset(__s, __a, __n); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
char_traits.h | 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 346 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 350 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 350 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 350 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 350 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 348 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 348 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 348 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
char_traits.h | 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 348 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
char_traits.h | 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 346 { return wmemset(__s, __a, __n); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
char_traits.h | 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc. 350 { return wmemset(__s, __a, __n); }
|
/external/ltrace/etc/ |
libc.so.conf | 525 wstring3_t wmemset(addr, wchar_t, ulong);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wchar.h | 984 __CRT_INLINE wchar_t *__cdecl wmemset(wchar_t *_S,wchar_t _C,size_t _N) { function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 336 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
|