/third_party/musl/libc-test/src/functional/ |
D | swprintf.c | 115 TEST(i, swprintf(0, 0, L"%d", 123456)<0, 1, "%d != %d"); in main() 117 TEST(i, swprintf(b, 2, L"%lc", 0xc0), 1, "%d != %d"); in main() 119 TEST(i, swprintf(b, 2, L"%lc", 0x20ac), 1, "%d != %d"); in main() 121 TEST(i, swprintf(b, 3, L"%s", "\xc3\x80!"), 2, "%d != %d"); in main() 123 TEST(i, swprintf(b, 2, L"%.1s", "\xc3\x80!"), 1, "%d != %d"); in main() 127 TEST(i, swprintf(b, 4, L"%d", 123456)<0, 1, "%d != %d"); in main() 132 i = swprintf(b, sizeof b, int_tests[j].fmt, int_tests[j].i); in main() 142 i = swprintf(b, sizeof b, fp_tests[j].fmt, fp_tests[j].f); in main()
|
D | test_src_functional.gni | 63 "swprintf",
|
/third_party/boost/libs/config/test/ |
D | boost_no_swprintf.ipp | 9 // TITLE: swprintf 10 // DESCRIPTION: The platform does not have a conforming version of swprintf. 21 swprintf(buf, 10, L"%d", 10);
|
/third_party/boost/libs/regex/src/ |
D | wide_posix_api.cpp | 39 using ::swprintf; 191 (std::swprintf)(localbuf, L"%d", i); in regerrorW() 193 (std::swprintf)(localbuf, 5, L"%d", i); in regerrorW() 205 (std::swprintf)(localbuf, L"%d", 0); in regerrorW() 207 (std::swprintf)(localbuf, 5, L"%d", 0); in regerrorW()
|
/third_party/boost/boost/log/detail/ |
D | snprintf.hpp | 76 inline int swprintf(wchar_t* buf, std::size_t size, const wchar_t* format, ...) in swprintf() function 93 using ::swprintf;
|
/third_party/boost/libs/spirit/classic/test/ |
D | escape_char_parser_tests.cpp | 167 swprintf(octmax, octmax_size, in main() 174 swprintf(octmax, octmax_size, in main() 182 swprintf(hexmax, hexmax_size, in main() 188 swprintf(hexmax, hexmax_size, in main()
|
/third_party/gettext/gettext-runtime/intl/ |
D | libgnuintl.in.h | 449 #undef swprintf 450 #define swprintf libintl_swprintf macro 451 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
|
D | libintl.h | 447 #undef swprintf 448 #define swprintf libintl_swprintf macro 449 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
|
D | libgnuintl.h | 455 #undef swprintf 456 #define swprintf libintl_swprintf macro 457 extern LIBINTL_DLL_EXPORTED int swprintf (wchar_t *, size_t, const wchar_t *, ...);
|
/third_party/musl/src/stdio/ |
D | swprintf.c | 4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) in swprintf() function
|
/third_party/boost/boost/lexical_cast/detail/ |
D | converter_lexical_streams.hpp | 322 finish = start + swprintf(begin, CharacterBufferSize, in shl_real_type() 331 finish = start + swprintf(begin, CharacterBufferSize, in shl_real_type() 338 finish = start + swprintf(begin, CharacterBufferSize, in shl_real_type()
|
/third_party/boost/boost/log/expressions/formatters/ |
D | c_decorator.hpp | 115 int n = boost::log::aux::swprintf(buf, N, format, val); in print_escaped()
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 107 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in g()
|
D | wchar.c | 37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 135 using ::swprintf;
|
/third_party/musl/include/ |
D | wchar.h | 111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
/third_party/boost/boost/static_string/ |
D | static_string.hpp | 567 std::swprintf(buffer, N + 1, L"%f", value); in to_static_wstring_float_impl() 579 std::swprintf(buffer, N + 1, L"%.*e", precision, value); in to_static_wstring_float_impl() 604 std::swprintf(buffer, N + 1, L"%Lf", value); in to_static_wstring_float_impl() 616 std::swprintf(buffer, N + 1, L"%.*Le", precision, value); in to_static_wstring_float_impl()
|
/third_party/musl/ |
D | libc.map.txt | 1737 swprintf;
|
/third_party/boost/libs/config/checks/ |
D | Jamfile.v2 | 195 obj swprintf : test_case.cpp : <define>TEST_BOOST_NO_SWPRINTF ;
|
/third_party/python/Python/ |
D | fileutils.c | 899 swprintf(encoding, Py_ARRAY_LENGTH(encoding), L"cp%u", ansi_codepage); in _Py_GetLocaleEncoding()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Tests.cpp | 275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex); in TestFrameIndexAndJson()
|