Home
last modified time | relevance | path

Searched refs:wprintf (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-stdio/
Dwprintf.c5 int wprintf(const wchar_t *restrict fmt, ...) in wprintf() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h94 extern int wprintf();
304 using _STLP_VENDOR_CSTD::wprintf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar44 int wprintf(const wchar_t* restrict format, ...);
136 using ::wprintf;
/ndk/sources/android/support/include/
Dwchar.h160 int wprintf (const wchar_t *__restrict__, ...);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp55 static_assert((std::is_same<decltype(wprintf(L"")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp55 static_assert((std::is_same<decltype(std::wprintf(L"")), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk122 src/musl-stdio/wprintf.c \