Searched refs:strptime_l (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/ |
D | time.h | 78 char* strptime_l(const char* __s, const char* __fmt, struct tm* __tm, locale_t __l) __strftimelike(…
|
/bionic/tests/ |
D | time_test.cpp | 286 TEST(time, strptime_l) { in TEST() argument 293 strptime_l("11:14", "%R", &t, LC_GLOBAL_LOCALE); in TEST() 298 strptime_l("09:41:53", "%T", &t, LC_GLOBAL_LOCALE); in TEST()
|
/bionic/libc/tzcode/ |
D | strptime.c | 495 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1437 strptime_l;
|
/bionic/libc/ |
D | libc.map.txt | 1437 strptime_l;
|