Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functional/
Dswprintf.c115 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()
Dtest_src_functional.gni63 "swprintf",
/third_party/boost/libs/config/test/
Dboost_no_swprintf.ipp9 // 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/
Dwide_posix_api.cpp39 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/
Dsnprintf.hpp76 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/
Descape_char_parser_tests.cpp167 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/
Dlibgnuintl.in.h449 #undef swprintf
450 #define swprintf libintl_swprintf macro
451 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
Dlibintl.h447 #undef swprintf
448 #define swprintf libintl_swprintf macro
449 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
Dlibgnuintl.h455 #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/
Dswprintf.c4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) in swprintf() function
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp322 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/
Dc_decorator.hpp115 int n = boost::log::aux::swprintf(buf, N, format, val); in print_escaped()
/third_party/musl/libc-test/src/api/
Dstdio.c107 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in g()
Dwchar.c37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar135 using ::swprintf;
/third_party/musl/include/
Dwchar.h111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/ndk_musl_include/
Dwchar.h111 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/boost/boost/static_string/
Dstatic_string.hpp567 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/
Dlibc.map.txt1737 swprintf;
/third_party/boost/libs/config/checks/
DJamfile.v2195 obj swprintf : test_case.cpp : <define>TEST_BOOST_NO_SWPRINTF ;
/third_party/python/Python/
Dfileutils.c899 swprintf(encoding, Py_ARRAY_LENGTH(encoding), L"cp%u", ansi_codepage); in _Py_GetLocaleEncoding()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex); in TestFrameIndexAndJson()

12