Searched defs:__tm (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dxlocale.h270 const struct tm *__tm, locale_t locale) {
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
269 strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm *__tm, locale_t locale) argument
/external/libcxx/src/
H A Dlocale.cpp5496 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, argument
5502 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_);
5507 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, argument
5512 __do_put(__nar, __ne, __tm, __fmt, __mod);

Completed in 317 milliseconds