Home
last modified time | relevance | path

Searched defs:strptime_l (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dstrptime.c495 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l() function
/bionic/tests/
Dtime_test.cpp282 TEST(time, strptime_l) { in TEST() argument