Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/include/support/win32/
Dlocale_win32.h177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) macro
179 #define strftime_l _strftime_l macro
/external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/
Dlocale_win32.cpp136 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, in strftime_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() function
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h145 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, in strftime_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h262 #define strftime_l _strftime_l macro
/external/libcxx/include/support/ibm/
Dxlocale.h214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc517 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument