Home
last modified time | relevance | path

Searched refs:time_put (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/
Dtypes.pass.cpp26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); in main()
27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), ""); in main()
28 static_assert((std::is_same<std::time_put<char>::char_type, char>::value), ""); in main()
29 static_assert((std::is_same<std::time_put<wchar_t>::char_type, wchar_t>::value), ""); in main()
30 …static_assert((std::is_same<std::time_put<char>::iter_type, std::ostreambuf_iterator<char> >::valu… in main()
31 …static_assert((std::is_same<std::time_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >… in main()
Dctor.pass.cpp19 typedef std::time_put<char, char*> F;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
253 explicit time_put(size_t __refs = 0) : locale::facet(__refs) in facet()
267 time_put(const char* __name, size_t __refs) in time_put() function
270 time_put(_Locale_time *__time) in time_put() function
273 ~time_put() {} in ~time_put()
284 class time_put_byname : public time_put<_Ch, _OutIt> {
292 : time_put<_Ch, _OutIt>(__name, __refs)
300 : time_put<_Ch, _OutIt>(__time) in time_put_byname()
311 _STLP_EXPORT_TEMPLATE_CLASS time_put<char, ostreambuf_iterator<char, char_traits<char> > >;
314 _STLP_EXPORT_TEMPLATE_CLASS time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
D_facets_fwd.h49 class time_put; variable
D_time_facets.c42 locale::id time_put<_CharT, _OutputIterator>::id;
401 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, in put()
425 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, in do_put()
D_locale.h334 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch…
342 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<wchar_t, ostreambuf_iterator<wchar…
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp297 time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in insert_time_facets()
302 time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_time_facets()
341 this->insert(put, time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in insert_time_facets()
344 this->insert(wput, time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_time_facets()
580 time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id._M_index = 13; in _Stl_loc_assign_ids()
588 time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 26; in _Stl_loc_assign_ids()
644 new time_put<char, ostreambuf_iterator<char, char_traits<char> > >(1), in make_classic_locale()
658 new time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1), in make_classic_locale()
753 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch… in _GetFacetId()
754 { return time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id; } in _GetFacetId()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/
Dclassic.pass.cpp45 assert((std::has_facet<std::time_put<char> >(loc))); in check()
46 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dglobal.pass.cpp47 assert((std::has_facet<std::time_put<char> >(loc))); in check()
48 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
Dlocale_char_pointer_cat.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dlocale_locale_cat.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dlocale_string_cat.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dassign.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dcopy.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dstring.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dchar_pointer.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Ddefault.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
Dlocale_facetptr.pass.cpp62 assert((std::has_facet<std::time_put<char> >(loc))); in check()
63 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
Dcombine.pass.cpp60 assert((std::has_facet<std::time_put<char> >(loc))); in check()
61 assert((std::has_facet<std::time_put<wchar_t> >(loc))); in check()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp21 typedef std::time_put<char, output_iterator<char*> > F;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dlocale50 using _STLP_NEW_IO_NAMESPACE::time_put;
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp28 typedef time_put<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in _time_put_get()
110 typedef time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_put_facet; in _time_put_get()
Dlocale_test.cpp307 loc = loc.combine<time_put<char> >(loc1); in combine()
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp28 typedef time_put<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in _time_put_get()
110 typedef time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_put_facet; in _time_put_get()
Dlocale_test.cpp307 loc = loc.combine<time_put<char> >(loc1); in combine()

12