Searched refs:time_get (Results 1 - 25 of 36) sorted by relevance

12

/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
H A Dtypes.pass.cpp19 // class time_get
33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), "");
34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
35 static_assert((std::is_base_of<std::time_base, std::time_get<char> >::value), "");
36 static_assert((std::is_base_of<std::time_base, std::time_get<wchar_t> >::value), "");
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
39 static_assert((std::is_same<std::time_get<char>::iter_type, std::istreambuf_iterator<char> >::value), "");
40 static_assert((std::is_same<std::time_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >::value), "");
H A Dctor.pass.cpp12 // class time_get<charT, InputIterator>
14 // explicit time_get(size_t refs = 0);
19 typedef std::time_get<char, const char*> F;
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Ddate_order.pass.cpp12 // class time_get<charT, InputIterator>
20 typedef std::time_get<char, input_iterator<const char*> > F;
H A Dget_date.pass.cpp12 // class time_get<charT, InputIterator>
24 typedef std::time_get<char, I> F;
H A Dget_date_wide.pass.cpp12 // class time_get<charT, InputIterator>
24 typedef std::time_get<wchar_t, I> F;
H A Dget_many.pass.cpp12 // class time_get<charT, InputIterator>
24 typedef std::time_get<char, I> F;
H A Dget_time.pass.cpp12 // class time_get<charT, InputIterator>
24 typedef std::time_get<char, I> F;
H A Dget_time_wide.pass.cpp12 // class time_get<charT, InputIterator>
24 typedef std::time_get<wchar_t, I> F;
/external/stlport/stlport/stl/
H A D_time_facets.h50 // Template functions used by time_get
52 /* Both time_get and time_put need a structure of type _Time_Info
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { class in inherits:locale::facet,time_base,_STLP_PRIVtime_init
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs) function in class:time_get
159 time_get(const char* __name, size_t __refs) function in class:time_get
162 time_get(_Locale_time *__time) function in class:time_get
166 ~time_get() {}
197 class time_get_byname : public time_get<_Ch, _InIt> {
204 : time_get<_Ch, _InIt>(__name, __refs) {}
212 : time_get<_C
310 _STLP_EXPORT_TEMPLATE_CLASS time_get<char, istreambuf_iterator<char, char_traits<char> > >; variable
313 _STLP_EXPORT_TEMPLATE_CLASS time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
[all...]
H A D_facets_fwd.h42 class time_get;
H A D_time_facets.c39 locale::id time_get<_CharT, _InputIterator>::id;
304 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
328 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
348 time_get<_Ch, _InIt>::do_get_year(_InIt __s, _InIt __end,
367 time_get<_Ch, _InIt>::do_get_weekday(_InIt __s, _InIt __end,
384 time_get<_Ch, _InIt>::do_get_monthname(_InIt __s, _InIt __end,
H A D_locale.h333 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, char_traits<char> > >*);
341 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*);
/external/libcxx/test/localization/locales/locale/locale.cons/
H A Dassign.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dcopy.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dlocale_char_pointer_cat.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dlocale_locale_cat.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dlocale_string_cat.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dstring.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dchar_pointer.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Ddefault.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dlocale_facetptr.pass.cpp60 assert((std::has_facet<std::time_get<char> >(loc)));
61 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
/external/libcxx/test/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp43 assert((std::has_facet<std::time_get<char> >(loc)));
44 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
H A Dglobal.pass.cpp45 assert((std::has_facet<std::time_get<char> >(loc)));
46 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
/external/libcxx/test/localization/locales/locale/locale.members/
H A Dcombine.pass.cpp58 assert((std::has_facet<std::time_get<char> >(loc)));
59 assert((std::has_facet<std::time_get<wchar_t> >(loc)));
/external/stlport/src/
H A Dlocale_impl.cpp295 time_get<char, istreambuf_iterator<char, char_traits<char> > >::id);
300 time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
340 this->insert(get, time_get<char, istreambuf_iterator<char, char_traits<char> > >::id);
343 this->insert(wget, time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
571 // and also to money_get/put, num_get/put, and time_get/put
579 time_get<char, istreambuf_iterator<char, char_traits<char> > >::id._M_index = 12;
587 time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 25;
643 new time_get<char, istreambuf_iterator<char, char_traits<char> > >(1),
657 new time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1),
751 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<cha argument
756 _GetFacetId(const time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*) argument
[all...]

Completed in 212 milliseconds

12