Searched refs:strftime_l (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/src/musl-locale/ |
D | strftime_l.c | 4 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/ |
D | time.h | 40 size_t strftime_l(char *s, size_t maxsize, const char *format,
|
/ndk/sources/android/support/ |
D | Android.mk | 27 src/musl-locale/strftime_l.c \ 115 src/musl-locale/strftime_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 102 #define strftime_l _strftime_l macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 103 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/ |
D | xlocale.h | 269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 4834 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/ |
D | xlocale.c | 98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm in strftime_l() function
|