Home
last modified time | relevance | path

Searched refs:wcsftime (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dwcsftime.c34 size_t result = wcsftime(buffer, 80, L"%I:%M%p", timeinfo); in wcsftime_0100()
36 t_error("%s wcsftime failed", __func__); in wcsftime_0100()
/third_party/musl/src/time/
H A Dwcsftime.c66 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm) in wcsftime() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c53 {size_t(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,const struct tm*restrict) = wcsftime;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h141 size_t wcsftime (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h141 size_t wcsftime (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h141 size_t wcsftime (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
/third_party/musl/include/
H A Dwchar.h141 size_t wcsftime (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp642 * @tc.desc: Verify that the "wcsftime" function correctly formats a "struct tm" object as a wide character string
657 size_t result = wcsftime(buf, sizeof(buf), L"%c", &tim); in HWTEST_F()
/third_party/python/Modules/
H A Dtimemodule.c713 /* wcsftime() doesn't format correctly time zones, see issue #10653 */
740 #define format_time wcsftime
839 /* Issue #19634: On AIX, wcsftime("y", (1899, 1, 1, 0, 0, 0, 0, 0, 0))
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp782 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
14051 using ::wcsftime;
[all...]

Completed in 32 milliseconds