Home
last modified time | relevance | path

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

/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> > >; variable
314 _STLP_EXPORT_TEMPLATE_CLASS time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
D_time_facets.c42 locale::id time_put<_CharT, _OutputIterator>::id;
402 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, in put()
426 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, in do_put()
D_facets_fwd.h49 class time_put; variable
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 …]
Dtime_facets.cpp556 template class time_put<char, ostreambuf_iterator<char, char_traits<char> > >; variable
560 template class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
Dlocale.cpp346 … impl->insert( i2, _STLP_STD::time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in locale()
349 …impl->insert( i2, _STLP_STD::time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> >… in locale()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dlocale50 using _STLP_NEW_IO_NAMESPACE::time_put;
/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()
/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()