Searched refs:__tm (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/include/ |
D | locale | 1784 ios_base::iostate& __err, tm* __tm) const 1786 return do_get_time(__b, __e, __iob, __err, __tm); 1791 ios_base::iostate& __err, tm* __tm) const 1793 return do_get_date(__b, __e, __iob, __err, __tm); 1798 ios_base::iostate& __err, tm* __tm) const 1800 return do_get_weekday(__b, __e, __iob, __err, __tm); 1805 ios_base::iostate& __err, tm* __tm) const 1807 return do_get_monthname(__b, __e, __iob, __err, __tm); 1812 ios_base::iostate& __err, tm* __tm) const 1814 return do_get_year(__b, __e, __iob, __err, __tm); [all …]
|
D | iomanip | 410 __iom_t9(tm* __tm, const _CharT* __fmt) 411 : __tm_(__tm), __fmt_(__fmt) {} 451 get_time(tm* __tm, const _CharT* __fmt) 453 return __iom_t9<_CharT>(__tm, __fmt); 471 __iom_t10(const tm* __tm, const _CharT* __fmt) 472 : __tm_(__tm), __fmt_(__fmt) {} 511 put_time(const tm* __tm, const _CharT* __fmt) 513 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 | 169 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument
|
/external/libcxx/src/ |
D | locale.cpp | 5439 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() argument 5445 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put() 5450 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument 5455 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()
|