Home
last modified time | relevance | path

Searched refs:time_get (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
Dlocale_init.cc113 typedef char fake_time_get_c[sizeof(time_get<char>)]
114 __attribute__ ((aligned(__alignof__(time_get<char>))));
167 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
168 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
312 &time_get<char>::id,
316 &time_get<wchar_t>::id,
411 _M_init_facet(new (&time_get_c) time_get<char>(1)); in _Impl()
441 _M_init_facet(new (&time_get_w) time_get<wchar_t>(1)); in _Impl()
Dlocale-inst.cc175 template class time_get<C, istreambuf_iterator<C> >; variable
241 const time_get<C>&
242 use_facet<time_get<C> >(const locale&);
295 has_facet<time_get<C> >(const locale&);
Dlocalename.cc233 _M_init_facet(new time_get<char>); in _Impl()
249 _M_init_facet(new time_get<wchar_t>); in _Impl()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocale_facets.tcc1818 time_get<_CharT, _InIter>::do_date_order() const in do_date_order()
1825 time_get<_CharT, _InIter>::
2038 time_get<_CharT, _InIter>::
2078 time_get<_CharT, _InIter>::
2152 time_get<_CharT, _InIter>::
2169 time_get<_CharT, _InIter>::
2186 time_get<_CharT, _InIter>::
2235 time_get<_CharT, _InIter>::
2284 time_get<_CharT, _InIter>::
2647 extern template class time_get<char>;
[all …]
Dlocalefwd.h150 class time_get; variable
Dlocale_facets.h3057 class time_get : public locale::facet, public time_base in _GLIBCXX_BEGIN_NAMESPACE()
3079 time_get(size_t __refs = 0) in _GLIBCXX_BEGIN_NAMESPACE()
3235 ~time_get() { } in _GLIBCXX_BEGIN_NAMESPACE()
3366 locale::id time_get<_CharT, _InIter>::id;
3370 class time_get_byname : public time_get<_CharT, _InIter>
3379 : time_get<_CharT, _InIter>(__refs) { }
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-2003249 * include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
252 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: New.
708 * include/bits/locale_facets.tcc (time_get::_M_extract_num):
712 * testsuite/22_locale/time_get/get_date/char/12791.cc: New.
713 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: New.
715 * include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
718 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Use
720 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Ditto.
721 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Ditto.
722 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Ditto.
[all …]
DChangeLog-20062970 * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
2972 (time_get<>::do_get_weekday): Likewise.
2973 (time_get<>::do_get_monthname): Likewise.
2974 * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
2975 * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
2976 * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
2977 * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
2978 * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
2979 * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
2980 * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
[all …]
DChangeLog-2004744 * testsuite/22_locale/time_get/get_date/char/1.cc: In the checks
747 * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise.
748 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
749 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise.
750 * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
751 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
752 * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
753 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
754 * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
755 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
[all …]
DChangeLog-20053165 * testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
3167 * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
3169 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
3171 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
3408 * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.
3409 * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
3411 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
3413 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
3415 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
3416 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
[all …]
DChangeLog-1998489 * src/locale-inst.cc: Don't instantiate time_get for
490 ostreambuf_iterators as time_get::do_get_weekday and
491 time_get::do_get_monthname use __match_parallel, which is illegal
802 * bits/locfacets.tcc: implement time_get<>::do_get_weekday
803 * bits/locfacets.tcc: implement time_get<>::do_get_monthname
DChangeLog-2001578 * testsuite/22_locale/time_get.cc: Same.
1152 * include/bits/locale_facets.tcc (time_get::_M_extract_name): Fix.
1483 (time_get::_M_extract_via_format): Add.
1484 (time_get::_M_extract_time): Change to...
1485 (time_get::_M_extract_num): ... this, modify signature.
1486 * include/bits/locale_facets.tcc (time_get::do_get_year): Fix.
1487 (time_get::do_get_time): Fix.
1488 (time_get::do_get_date): Fix.
1530 * testsuite/22_locale/time_get.cc: New file.
DChangeLog-2002267 * include/bits/locale_facets.tcc (time_get::_M_extract_name
4917 (time_get::do_get_year): Same.
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dlocale169 template <class charT, class InputIterator> class time_get;
1773 class _LIBCPP_TEMPLATE_VIS time_get
1785 explicit time_get(size_t __refs = 0)
1845 ~time_get() {}
1923 time_get<_CharT, _InputIterator>::id;
1925 // time_get primitives
1929 time_get<_CharT, _InputIterator>::__get_weekdayname(int& __w,
1943 time_get<_CharT, _InputIterator>::__get_monthname(int& __m,
1957 time_get<_CharT, _InputIterator>::__get_day(int& __d,
1971 time_get<_CharT, _InputIterator>::__get_month(int& __m,
[all …]
Diomanip431 typedef time_get<_CharT, _Ip> _Fp;
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dlocale.cpp227 install(&make<time_get<char> >(1u)); in __imp()
228 install(&make<time_get<wchar_t> >(1u)); in __imp()
438 install_from<time_get<char> >(one); in __imp()
439 install_from<time_get<wchar_t> >(one); in __imp()
6298 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<char>; variable
6299 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<wchar_t>; variable