Searched refs:strptime (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | time_test.cpp | 427 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/ |
D | time_l.cpp | 33 return strptime(buf, fmt, tm); in strptime_l()
|
/bionic/tests/headers/posix/ |
D | time_h.c | 98 FUNCTION(strptime, char* (*f)(const char*, const char*, struct tm*)); in time_h()
|
/bionic/libc/include/ |
D | time.h | 243 char* _Nullable strptime(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull …
|
/bionic/libc/tzcode/ |
D | strptime.c | 95 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function 99 DEF_WEAK(strptime);
|
/bionic/docs/ |
D | status.md | 137 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`. 162 * `%s` support in strptime (strftime already supported it).
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1016 strptime
|
/bionic/libc/ |
D | libc.map.txt | 1024 strptime;
|
D | Android.bp | 243 // tzcode doesn't include strptime, so we use a fork of the
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1024 strptime;
|