Searched refs:strftime_l (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/include/support/win32/
H A Dlocale_win32.h87 #define strftime_l _strftime_l macro
/external/libcxx/include/support/xlocale/
H A D__posix_l_fallback.h145 inline _LIBCPP_ALWAYS_INLINE size_t strftime_l(char *s, size_t max, function
/external/libcxx/include/support/ibm/
H A Dxlocale.h211 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
/external/libcxx/src/
H A Dlocale.cpp4794 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4942 strftime_l(buf, countof(buf), f, &t, __loc_);
5084 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5086 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5093 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5095 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5100 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5103 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5124 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5132 strftime_l(bu
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc517 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
519 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
1536 INTERCEPT_FUNCTION(strftime_l);

Completed in 209 milliseconds