Home
last modified time | relevance | path

Searched refs:strftime_l (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
Dstrftime_l.c4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm,… in strftime_l() function
/ndk/sources/android/support/include/
Dtime.h40 size_t strftime_l(char *s, size_t maxsize, const char *format,
/ndk/sources/android/support/
DAndroid.mk27 src/musl-locale/strftime_l.c \
115 src/musl-locale/strftime_l.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h102 #define strftime_l _strftime_l macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4834 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4982 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5128 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5130 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5137 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5139 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5144 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5147 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5168 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5180 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm in strftime_l() function