Searched refs:time_get_byname (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/ |
D | date_order.pass.cpp | 27 typedef std::time_get_byname<char, input_iterator<const char*> > F;
|
D | date_order_wide.pass.cpp | 27 typedef std::time_get_byname<wchar_t, input_iterator<const wchar_t*> > F;
|
D | get_year.pass.cpp | 30 typedef std::time_get_byname<char, I> F;
|
D | get_monthname.pass.cpp | 37 typedef std::time_get_byname<char, I> F;
|
D | get_weekday.pass.cpp | 34 typedef std::time_get_byname<char, I> F;
|
D | get_weekday_wide.pass.cpp | 34 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_year_wide.pass.cpp | 30 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_time.pass.cpp | 31 typedef std::time_get_byname<char, I> F;
|
D | get_monthname_wide.pass.cpp | 37 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_date.pass.cpp | 35 typedef std::time_get_byname<char, I> F;
|
D | get_date_wide.pass.cpp | 35 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_time_wide.pass.cpp | 31 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_one_wide.pass.cpp | 33 typedef std::time_get_byname<wchar_t, I> F;
|
D | get_one.pass.cpp | 33 typedef std::time_get_byname<char, I> F;
|
/external/libcxx/src/ |
D | locale.cpp | 235 install(new time_get_byname<char>(name_)); in __imp() 236 install(new time_get_byname<wchar_t>(name_)); in __imp() 314 install(new time_get_byname<char>(name)); in __imp() 315 install(new time_get_byname<wchar_t>(name)); in __imp() 6210 template class time_get_byname<char>; variable 6211 template class time_get_byname<wchar_t>; variable
|
/external/libcxx/include/ |
D | locale | 161 template <class charT, class InputIterator> class time_get_byname; 2545 class _LIBCPP_TYPE_VIS_ONLY time_get_byname 2556 explicit time_get_byname(const char* __nm, size_t __refs = 0) 2560 explicit time_get_byname(const string& __nm, size_t __refs = 0) 2566 ~time_get_byname() {} 2587 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_get_byname<char>) 2588 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_TYPE_VIS time_get_byname<wchar_t>)
|