Home
last modified time | relevance | path

Searched defs:strftime (Results 1 – 9 of 9) sorted by relevance

/external/fmtlib/include/fmt/
Dchrono.h375 inline size_t strftime(char* str, size_t count, const char* format, in strftime() function
380 inline size_t strftime(wchar_t* str, size_t count, const wchar_t* format, in strftime() function
/external/python/asn1crypto/asn1crypto/
Dutil.py367 def strftime(self, format): member in extended_date
633 def strftime(self, format): member in extended_datetime
/external/python/cpython2/Lib/test/
Dtest_datetime.py950 def strftime(self, format_spec): member in TestDate.test_format.B
1260 def strftime(self, format_spec): member in TestDateTime.test_format.B
1914 def strftime(self, format_spec): member in TestTime.test_format.B
/external/rust/crates/chrono/src/format/
Dmod.rs713 pub mod strftime; module
/external/python/cpython3/Lib/
Ddatetime.py958 def strftime(self, fmt): member in date
1479 def strftime(self, fmt): member in time
/external/python/cpython3/Lib/test/
Ddatetimetester.py1514 def strftime(self, format_spec): member in TestDate.test_format.B
2085 def strftime(self, format_spec): member in TestDateTime.test_format.B
3309 def strftime(self, format_spec): member in TestTime.test_format.B
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc512 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp496 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument
/external/rust/crates/libc/src/
Dwasi.rs399 pub fn strftime(a: *mut c_char, b: size_t, c: *const c_char, d: *const tm) -> size_t; in strftime() function