/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.h | 248 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.c | 42 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.h | 49 class time_put; variable
|
D | _locale.h | 334 _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/ |
D | locale_impl.cpp | 297 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 …]
|
D | time_facets.cpp | 556 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
|
D | locale.cpp | 346 … 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/ |
D | locale | 50 using _STLP_NEW_IO_NAMESPACE::time_put;
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 28 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()
|
D | locale_test.cpp | 307 loc = loc.combine<time_put<char> >(loc1); in combine()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 28 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()
|
D | locale_test.cpp | 307 loc = loc.combine<time_put<char> >(loc1); in combine()
|