Searched refs:__tm (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/include/ |
D | locale | 1786 ios_base::iostate& __err, tm* __tm) const 1788 return do_get_time(__b, __e, __iob, __err, __tm); 1793 ios_base::iostate& __err, tm* __tm) const 1795 return do_get_date(__b, __e, __iob, __err, __tm); 1800 ios_base::iostate& __err, tm* __tm) const 1802 return do_get_weekday(__b, __e, __iob, __err, __tm); 1807 ios_base::iostate& __err, tm* __tm) const 1809 return do_get_monthname(__b, __e, __iob, __err, __tm); 1814 ios_base::iostate& __err, tm* __tm) const 1816 return do_get_year(__b, __e, __iob, __err, __tm); [all …]
|
D | iomanip | 411 __iom_t9(tm* __tm, const _CharT* __fmt) 412 : __tm_(__tm), __fmt_(__fmt) {} 452 get_time(tm* __tm, const _CharT* __fmt) 454 return __iom_t9<_CharT>(__tm, __fmt); 472 __iom_t10(const tm* __tm, const _CharT* __fmt) 473 : __tm_(__tm), __fmt_(__fmt) {} 512 put_time(const tm* __tm, const _CharT* __fmt) 514 return __iom_t10<_CharT>(__tm, __fmt);
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 215 const struct tm *__tm, locale_t locale) { in strftime_l() argument 216 return __xstrftime(locale, __s, __size, __fmt, __tm); in strftime_l()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument
|
/external/libcxx/src/ |
D | locale.cpp | 5440 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() argument 5446 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put() 5451 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument 5456 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()
|