Searched refs:strptime_l (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/
H A Dtime.h78 char* strptime_l(const char* __s, const char* __fmt, struct tm* __tm, locale_t __l) __strftimelike(2) __INTRODUCED_IN(28);
/bionic/tools/versioner/current/
H A Dtime.h78 char* strptime_l(const char* __s, const char* __fmt, struct tm* __tm, locale_t __l) __strftimelike(2) __INTRODUCED_IN(28);
/bionic/libc/tzcode/
H A Dstrptime.c455 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { function
/bionic/tests/
H A Dtime_test.cpp282 TEST(time, strptime_l) {
289 strptime_l("11:14", "%R", &t, LC_GLOBAL_LOCALE);
294 strptime_l("09:41:53", "%T", &t, LC_GLOBAL_LOCALE);

Completed in 104 milliseconds