HomeSort by: relevance | last modified time | path
    Searched refs:time_put (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
locale-inst.cc 74 // time_get and time_put
78 template class time_put<C, ostreambuf_iterator<C> >;
152 const time_put<C>&
153 use_facet<time_put<C> >(const locale&);
194 has_facet<time_put<C> >(const locale&);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
locale-inst.cc 75 // time_get and time_put
79 template class time_put<C, ostreambuf_iterator<C> >;
132 INSTANTIATE_FACET_ACCESSORS(time_put<C>);
locale_init.cc 154 typedef char fake_time_put_c[sizeof(time_put<char>)]
155 __attribute__ ((aligned(__alignof__(time_put<char>))));
208 typedef char fake_time_put_w[sizeof(time_put<wchar_t>)]
209 __attribute__ ((aligned(__alignof__(time_put<wchar_t>))));
399 &time_put<char>::id,
403 &time_put<wchar_t>::id,
536 _M_init_facet(new (&time_put_c) time_put<char>(1));
566 _M_init_facet(new (&time_put_w) time_put<wchar_t>(1));
localename.cc 271 _M_init_facet(new time_put<char>);
287 _M_init_facet(new time_put<wchar_t>);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale_init.cc 154 typedef char fake_time_put_c[sizeof(time_put<char>)]
155 __attribute__ ((aligned(__alignof__(time_put<char>))));
208 typedef char fake_time_put_w[sizeof(time_put<wchar_t>)]
209 __attribute__ ((aligned(__alignof__(time_put<wchar_t>))));
399 &time_put<char>::id,
403 &time_put<wchar_t>::id,
536 _M_init_facet(new (&time_put_c) time_put<char>(1));
566 _M_init_facet(new (&time_put_w) time_put<wchar_t>(1));
localename.cc 264 _M_init_facet(new time_put<char>);
280 _M_init_facet(new time_put<wchar_t>);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 428 * preferred ordering if the format @a x given to time_put::put() only
604 * time_put::put. The format string follows the format
631 * preferred ordering if the format @a x given to time_put::put() only
825 * @brief Primary class template time_put.
831 * The time_put template uses protected virtual functions to provide the
834 * implement the behavior they require from the time_put facet.
837 class time_put : public locale::facet class in inherits:locale::facet
858 time_put(size_t __refs = 0) function in class:time_put
886 * time_put::do_put().
904 ~time_put()
    [all...]
localefwd.h 183 class time_put;
chrono_io.h 1574 // Use the formatting locale's std::time_put facet to produce
1582 const auto& __tp = use_facet<time_put<_CharT>>(__loc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 428 * preferred ordering if the format @a x given to time_put::put() only
604 * time_put::put. The format string follows the format
631 * preferred ordering if the format @a x given to time_put::put() only
825 * @brief Primary class template time_put.
831 * The time_put template uses protected virtual functions to provide the
834 * implement the behavior they require from the time_put facet.
837 class time_put : public locale::facet class in inherits:locale::facet
858 time_put(size_t __refs = 0) function in class:time_put
886 * time_put::do_put().
904 ~time_put()
    [all...]
localefwd.h 183 class time_put;
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 229 install(&make<time_put<char> >(1u));
230 install(&make<time_put<wchar_t> >(1u));
440 install_from<time_put<char> >(one);
441 install_from<time_put<wchar_t> >(one);
5592 // time_put
6301 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6302 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 26 milliseconds