Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp36 typedef std::time_put_byname<char, 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/libcxx/src/
Dlocale.cpp242 install(new time_put_byname<char>(name_)); in __imp()
243 install(new time_put_byname<wchar_t>(name_)); in __imp()
321 install(new time_put_byname<char>(name)); in __imp()
322 install(new time_put_byname<wchar_t>(name)); in __imp()
6115 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<char>; variable
6116 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<wchar_t>; variable
/external/libcxx/include/
Dlocale163 template <class charT, class OutputIterator> class time_put_byname;
2498 class _LIBCPP_TEMPLATE_VIS time_put_byname
2503 explicit time_put_byname(const char* __nm, size_t __refs = 0)
2507 explicit time_put_byname(const string& __nm, size_t __refs = 0)
2512 ~time_put_byname() {}
2515 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<char>)
2516 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<wchar_t>)