Searched refs:vswprintf (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 84 extern int vswprintf(); 246 # undef vswprintf 247 # define vswprintf _vsnwprintf macro 249 using ::vswprintf; 252 using _STLP_VENDOR_CSTD::vswprintf;
|
/ndk/sources/android/support/src/musl-stdio/ |
D | swprintf.c | 9 ret = vswprintf(s, n, fmt, ap); in swprintf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 28 #define vswprintf _vsnwprintf macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 128 using ::vswprintf;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 169 int vswprintf (wchar_t *__restrict__, size_t, const wchar_t *__restrict__, va_list);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 51 static_assert((std::is_same<decltype(vswprintf(ws, s, L"", va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 51 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), ""); in main()
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 400 int vswprintf(wchar_t *restrict s, size_t l, const wchar_t *restrict fmt, va_list ap) in vswprintf() function
|