Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A 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()
134 t_error("swprintf(b, sizeof b, \"%ls\", %d) returned %d wanted %d\n", in main()
142 i = swprintf(b, sizeof b, fp_tests[j].fmt, fp_tests[j].f); in main()
144 t_error("swprintf( in main()
[all...]
/third_party/musl/src/stdio/
H A Dswprintf.c4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) in swprintf() function
/third_party/musl/libc-test/src/api/
H A Dstdio.c107 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in g()
H A Dwchar.c37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/third_party/musl/include/
H A Dwchar.h113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestWchar.cpp385 * @tc.name swprintf basic function test
391 int ret = swprintf(wBuf, sizeof(wBuf)/sizeof(wBuf[0]), L"%ls has %d words", L"helloworld", 10); in HWTEST_F()
/third_party/curl/lib/
H A Dasyn-thread.c648 swprintf(portbuf, MAX_PORT_LEN, L"%d", port); in init_resolve_thread()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp263 int ret = swprintf(wbuf, SIZE_100, L"%ls", L"This is test"); in Swprintf_One()
272 int ret = swprintf(wbuf, SIZE_100, L"%s", "xyz"); in Swprintf_Two()
H A Dwcharndk.cpp541 int value = swprintf(buffer, MAX, L"%ls", hebrew_str); in Swprintf()
1817 {"swprintf", nullptr, Swprintf, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/python/Programs/
H A D_testembed.c1850 else if (swprintf(optval, 100, in check_use_frozen_modules()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex); in TestFrameIndexAndJson()
/third_party/python/Python/
H A Dfileutils.c901 swprintf(encoding, Py_ARRAY_LENGTH(encoding), L"cp%u", ansi_codepage); in _Py_GetLocaleEncoding()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp634 extern int swprintf (wchar_t *__restrict __s, size_t __n,
14027 using ::swprintf;
[all...]

Completed in 42 milliseconds