Searched refs:_Time_Info (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_time_facets.h52 /* Both time_get and time_put need a structure of type _Time_Info
56 * The _Time_Info tables are initialized using the non-template
58 * The default one initialize _Time_Info with "C" time info. The
72 class _STLP_CLASS_DECLSPEC _Time_Info : public _Time_Info_Base { class in inherits:_Time_Info_Base
109 _Time_Info _M_timeinfo;
236 const _Time_Info& __table, const tm* __t);
/external/stlport/src/
H A Dtime_facets.cpp59 _Time_Info time_init<char>::_M_timeinfo;
75 static void _Init_timeinfo(_Time_Info& table) {
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) {
456 const _Time_Info& table, const tm* t)

Completed in 57 milliseconds