Searched defs:time_get (Results 1 - 2 of 2) sorted by last modified time

/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...]
/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...]

Completed in 96 milliseconds