HomeSort by relevance Sort by last modified time
    Searched refs:vswprintf (Results 26 - 36 of 36) sorted by null

12

  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 59 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 59 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), "");
  /external/pdfium/core/fxcrt/
widestring.cpp 260 // For vswprintf(), MSAN won't untaint the buffer on a truncated write's
265 int ret = vswprintf(buffer, size + 1, pFormat, argList);
320 int maxLen = vswprintf(nullptr, 0, format, argListCopy);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 313 __gnuc_va_list __ap), vswprintf);
316 __NTH (vswprintf (wchar_t *__restrict __s, 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 313 __gnuc_va_list __ap), vswprintf);
316 __NTH (vswprintf (wchar_t *__restrict __s, size_t __n, function
  /bionic/libc/stdio/
stdio.cpp 934 PRINTF_IMPL(vswprintf(s, n, fmt, ap));
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 556 vswprintf.
562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 622 extern int vswprintf (wchar_t *__restrict __s, size_t __n,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1947 #undef vswprintf macro
1948 #define vswprintf macro
    [all...]
tchar.h 170 #define _vstprintf vswprintf
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]

Completed in 300 milliseconds

12