ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Macros | |
#define | _STLP_TIME_FACETS_C |
#define | _MAXNAMES 24 |
Functions | |
template<class _InIt , class _NameIt > | |
size_t _STLP_CALL | __match (_InIt &__first, _InIt &__last, _NameIt __name, _NameIt __name_end) |
template<class _InIt1 , class _Ch , class _TimeInfo > | |
string::const_iterator _STLP_CALL __get_formatted_time | _STLP_WEAK (_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch *, const _TimeInfo &__table, const ios_base &__s, ios_base::iostate &__err, tm *__t) |
template<class _InIt , class _TimeInfo > | |
bool _STLP_CALL | __get_short_or_long_dayname (_InIt &__first, _InIt &__last, const _TimeInfo &__table, tm *__t) |
template<class _InIt , class _TimeInfo > | |
bool _STLP_CALL | __get_short_or_long_monthname (_InIt &__first, _InIt &__last, const _TimeInfo &__table, tm *__t) |
#define _MAXNAMES 24 |
Definition at line 74 of file _time_facets.c.
#define _STLP_TIME_FACETS_C |
Definition at line 19 of file _time_facets.c.
bool _STLP_CALL __get_short_or_long_dayname | ( | _InIt & | __first, |
_InIt & | __last, | ||
const _TimeInfo & | __table, | ||
tm * | __t | ||
) |
Definition at line 281 of file _time_facets.c.
Referenced by time_get< _Ch, _InIt >::do_get_weekday().
bool _STLP_CALL __get_short_or_long_monthname | ( | _InIt & | __first, |
_InIt & | __last, | ||
const _TimeInfo & | __table, | ||
tm * | __t | ||
) |
Definition at line 292 of file _time_facets.c.
Referenced by time_get< _Ch, _InIt >::do_get_monthname().
size_t _STLP_CALL __match | ( | _InIt & | __first, |
_InIt & | __last, | ||
_NameIt | __name, | ||
_NameIt | __name_end | ||
) |
Definition at line 78 of file _time_facets.c.
Referenced by __get_short_or_long_dayname(), __get_short_or_long_monthname(), and time_get< _Ch, istreambuf_iterator< _Ch, char_traits< _Ch > > >::do_get_time().
string::const_iterator _STLP_CALL __get_formatted_time _STLP_WEAK | ( | _InIt1 | __first, |
_InIt1 | __last, | ||
string::const_iterator | __format, | ||
string::const_iterator | __format_end, | ||
_Ch * | , | ||
const _TimeInfo & | __table, | ||
const ios_base & | __s, | ||
ios_base::iostate & | __err, | ||
tm * | __t | ||
) |
Definition at line 149 of file _time_facets.c.