Home
last modified time | relevance | path

Searched refs:strptime (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dtime_test.cpp427 TEST(time, strptime) { in TEST() argument
434 strptime("11:14", "%R", &t); in TEST()
439 strptime("09:41:53", "%T", &t); in TEST()
469 ASSERT_EQ('\0', *strptime("2019-03-26", "%F", &tm)); in TEST()
481 ASSERT_EQ('\0', *strptime("AM", "%p", &tm)); in TEST()
485 ASSERT_EQ('\0', *strptime("am", "%p", &tm)); in TEST()
489 ASSERT_EQ('\0', *strptime("AM", "%P", &tm)); in TEST()
493 ASSERT_EQ('\0', *strptime("am", "%P", &tm)); in TEST()
501 ASSERT_EQ('\0', *strptime("2", "%u", &tm)); in TEST()
509 ASSERT_EQ('\0', *strptime("26-Mar-1980", "%v", &tm)); in TEST()
[all …]
/bionic/libc/bionic/
Dtime_l.cpp33 return strptime(buf, fmt, tm); in strptime_l()
/bionic/tests/headers/posix/
Dtime_h.c98 FUNCTION(strptime, char* (*f)(const char*, const char*, struct tm*)); in time_h()
/bionic/libc/include/
Dtime.h243 char* _Nullable strptime(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull …
/bionic/libc/tzcode/
Dstrptime.c95 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function
99 DEF_WEAK(strptime);
/bionic/docs/
Dstatus.md137 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`.
162 * `%s` support in strptime (strftime already supported it).
/bionic/libc/tools/
Dposix-2013.txt1016 strptime
/bionic/libc/
Dlibc.map.txt1024 strptime;
DAndroid.bp243 // tzcode doesn't include strptime, so we use a fork of the
/bionic/tools/versioner/platforms/
Dlibc.map.txt1024 strptime;