Searched refs:wcsftime (Results 1 – 14 of 14) sorted by relevance
/external/libcxx/include/ |
D | cwchar | 89 size_t wcsftime(wchar_t* restrict s, size_t maxsize, const wchar_t* restrict format, 169 using ::wcsftime;
|
/external/pdfium/core/fxcrt/ |
D | fx_system.cpp | 239 return wcsftime(strDest, maxsize, format, timeptr); in FXSYS_wcsftime()
|
D | fx_system.h | 207 #define FXSYS_wcsftime wcsftime
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 100 ASSERT_SAME_TYPE(std::size_t, decltype(std::wcsftime(ws, s, L"", tm))); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 98 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), ""); in main()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 533 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument 535 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm); in INTERCEPTOR() 1538 INTERCEPT_FUNCTION(wcsftime); in InitializeInterceptors()
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 693 #define format_time wcsftime
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2000 TEST(MemorySanitizer, wcsftime) { in TEST() argument 2006 size_t res = wcsftime(x, sizeof(x) / sizeof(x[0]), L"%Y-%m-%d", tmres); in TEST()
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1248 /* Define to 1 if you have the `wcsftime' function. */
|
D | configure.ac | 3576 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty)
|
D | configure | 11523 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3248 fun:wcsftime=uninstrumented
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8969 encoding, instead of UTF-8, if the wcsftime() function is not available. 9152 - Issue #10653: On Windows, use strftime() instead of wcsftime() because 9153 wcsftime() doesn't format time zone correctly. 14796 - Issue #3061: Use wcsftime for time.strftime where available.
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 671 PUBLIC a4f50 0 wcsftime
|