Searched refs:vswprintf (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_util_posix.h44 inline int vswprintf(wchar_t* buffer, size_t size, function in namespace:base
47 return ::vswprintf(buffer, size, format, arguments);
H A Dstring_util_win.h46 inline int vswprintf(wchar_t* buffer, size_t size, function in namespace:base
H A Dstringprintf.cc17 // Overloaded wrappers around vsnprintf and vswprintf. The buf_size parameter
22 // (vsnprintf, and vswprintf on Windows), or -1 (vswprintf on POSIX platforms).
35 return base::vswprintf(buffer, buf_size, format, argptr);
/external/stlport/stlport/stl/
H A D_cwchar.h84 extern int vswprintf();
246 # undef vswprintf macro
247 # define vswprintf _vsnwprintf macro
249 using ::vswprintf;
252 using _STLP_VENDOR_CSTD::vswprintf;
/external/e2fsprogs/intl/
H A Dlibgnuintl.h.in357 #undef vswprintf
358 #define vswprintf libintl_vswprintf
359 extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list);
H A Dprintf.c268 # define system_vswprintf vswprintf
/external/libcxx/include/support/win32/
H A Dsupport.h28 #define vswprintf _vsnwprintf macro
/external/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp51 static_assert((std::is_same<decltype(vswprintf(ws, s, L"", va)), int>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp51 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), "");
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h180 #define FXSYS_vswprintf vswprintf
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc409 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
411 int res = REAL(vswprintf)(str, size, format, ap);
422 int res = vswprintf(str, size, format, ap);
1545 INTERCEPT_FUNCTION(vswprintf);
/external/ltrace/etc/
H A Dlibc.so.conf454 int vswprintf(+wstring2_t, ulong, wstring_t, addr);

Completed in 552 milliseconds