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.cpp47 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
/external/libcxx/src/
Dlocale.cpp237 install(new time_put_byname<char>(name_)); in __imp()
238 install(new time_put_byname<wchar_t>(name_)); in __imp()
316 install(new time_put_byname<char>(name)); in __imp()
317 install(new time_put_byname<wchar_t>(name)); in __imp()
6216 template class time_put_byname<char>; variable
6217 template class time_put_byname<wchar_t>; variable
/external/libcxx/include/
Dlocale163 template <class charT, class OutputIterator> class time_put_byname;
2704 class _LIBCPP_TYPE_VIS_ONLY time_put_byname
2709 explicit time_put_byname(const char* __nm, size_t __refs = 0)
2713 explicit time_put_byname(const string& __nm, size_t __refs = 0)
2718 ~time_put_byname() {}
2721 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_put_byname<char>)
2722 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_put_byname<wchar_t>)