Home
last modified time | relevance | path

Searched refs:time_put_byname (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp39 typedef std::time_put_byname<char, output_iterator<char*> > F;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp39 typedef std::time_put_byname<char, cpp17_output_iterator<char*> > F;
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
Dget_monthname_wide.pass.cpp40 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.time/locale.time.get.byname/
Dget_monthname_wide.pass.cpp43 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
/external/libcxx/src/
Dlocale.cpp259 install(new time_put_byname<char>(name_)); in __imp()
260 install(new time_put_byname<wchar_t>(name_)); in __imp()
338 install(new time_put_byname<char>(name)); in __imp()
339 install(new time_put_byname<wchar_t>(name)); in __imp()
6127 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<char>; variable
6128 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<wchar_t>; variable
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp281 install(new time_put_byname<char>(name_)); in __imp()
283 install(new time_put_byname<wchar_t>(name_)); in __imp()
371 install(new time_put_byname<char>(name)); in __imp()
373 install(new time_put_byname<wchar_t>(name)); in __imp()
6564 … template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<char>;
6565 _LIBCPP_IF_WIDE_CHARACTERS(template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<…
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dlocale172 template <class charT, class OutputIterator> class time_put_byname;
2554 class _LIBCPP_TEMPLATE_VIS time_put_byname
2559 explicit time_put_byname(const char* __nm, size_t __refs = 0)
2563 explicit time_put_byname(const string& __nm, size_t __refs = 0)
2567 _LIBCPP_HIDE_FROM_ABI_VIRTUAL ~time_put_byname() override {}
2570 extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<char>;
2572 extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<wchar_t>;
/external/libcxx/include/
Dlocale163 template <class charT, class OutputIterator> class time_put_byname;
2589 class _LIBCPP_TEMPLATE_VIS time_put_byname
2594 explicit time_put_byname(const char* __nm, size_t __refs = 0)
2598 explicit time_put_byname(const string& __nm, size_t __refs = 0)
2603 ~time_put_byname() {}
2606 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<char>)
2607 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<wchar_t>)
/external/libabigail/tests/data/test-read-dwarf/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi31440 …<class-decl name='time_put_byname&lt;char, std::ostreambuf_iterator&lt;char, std::char_traits&lt;c…
31443 …<function-decl name='time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4…
31451 …<function-decl name='time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iterato…
31459 …<function-decl name='~time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-…
31466 …<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iterat…
31473 …<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iterat…
41679 …<class-decl name='time_put_byname&lt;wchar_t, std::ostreambuf_iterator&lt;wchar_t, std::char_trait…
41682 …<function-decl name='time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4…
41690 …<function-decl name='time_put_byname' mangled-name='_ZNSt15time_put_bynameIwSt19ostreambuf_iterato…
41698 …<function-decl name='~time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-…
[all …]