OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Time_Info
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h
52
/* 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
59
* protected initialize
_time_Info
using a _Locale_time instance
72
class _STLP_CLASS_DECLSPEC
_Time_Info
: public _Time_Info_Base {
109
_Time_Info
_M_timeinfo;
236
const
_Time_Info
& __table, const tm* __t);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h
52
/* 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
59
* protected initialize
_time_Info
using a _Locale_time instance
72
class _STLP_CLASS_DECLSPEC
_Time_Info
: public _Time_Info_Base {
109
_Time_Info
_M_timeinfo;
236
const
_Time_Info
& __table, const tm* __t);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h
52
/* 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
59
* protected initialize
_time_Info
using a _Locale_time instance
72
class _STLP_CLASS_DECLSPEC
_Time_Info
: public _Time_Info_Base {
109
_Time_Info
_M_timeinfo;
236
const
_Time_Info
& __table, const tm* __t);
Completed in 1709 milliseconds