Home
last modified time | relevance | path

Searched refs:__tm (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1912 ios_base::iostate& __err, tm* __tm) const
1914 return do_get_time(__b, __e, __iob, __err, __tm);
1919 ios_base::iostate& __err, tm* __tm) const
1921 return do_get_date(__b, __e, __iob, __err, __tm);
1926 ios_base::iostate& __err, tm* __tm) const
1928 return do_get_weekday(__b, __e, __iob, __err, __tm);
1933 ios_base::iostate& __err, tm* __tm) const
1935 return do_get_monthname(__b, __e, __iob, __err, __tm);
1940 ios_base::iostate& __err, tm* __tm) const
1942 return do_get_year(__b, __e, __iob, __err, __tm);
[all …]
Diomanip409 __iom_t9(tm* __tm, const _CharT* __fmt)
410 : __tm_(__tm), __fmt_(__fmt) {}
450 get_time(tm* __tm, const _CharT* __fmt)
452 return __iom_t9<_CharT>(__tm, __fmt);
470 __iom_t10(const tm* __tm, const _CharT* __fmt)
471 : __tm_(__tm), __fmt_(__fmt) {}
510 put_time(const tm* __tm, const _CharT* __fmt)
512 return __iom_t10<_CharT>(__tm, __fmt);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h270 const struct tm *__tm, locale_t locale) { in strftime_l() argument
271 return __xstrftime(locale, __s, __size, __fmt, __tm); in strftime_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c99 *__tm, locale_t __l) { in strftime_l()
102 __s, __size, __fmt, __tm); in strftime_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h104 *__tm, locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5512 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() argument
5518 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()
5523 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument
5528 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()