|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "stlport_prefix.h"#include <cstdio>#include <locale>#include <istream>#include "c_locale.h"#include "acquire_release.h"
Go to the source code of this file.
Macros | |
| #define | __hour12(hour) (((hour) % 12 == 0) ? (12) : (hour) % 12) |
| #define | _STLP_SPRINTF sprintf |
| #define __hour12 | ( | hour | ) | (((hour) % 12 == 0) ? (12) : (hour) % 12) |
Definition at line 203 of file time_facets.cpp.
Definition at line 207 of file time_facets.cpp.
Definition at line 171 of file time_facets.cpp.
|
static |
Definition at line 165 of file time_facets.cpp.
Referenced by __write_formatted_timeT().
|
static |
Definition at line 174 of file time_facets.cpp.
|
static |
|
static |
Definition at line 464 of file time_facets.cpp.
Referenced by time_init< char >::time_init(), and time_init< wchar_t >::time_init().
| void __subformat | ( | _STLP_BASIC_IOSTRING(_Ch) & | buf, |
| const ctype< _Ch > & | ct, | ||
| const string & | format, | ||
| const _TimeInfo & | table, | ||
| const tm * | t | ||
| ) |
Definition at line 148 of file time_facets.cpp.
Referenced by __write_formatted_timeT().
| void _STLP_CALL __write_formatted_time | ( | __iostring & | buf, |
| const ctype< char > & | ct, | ||
| char | format, | ||
| char | modifier, | ||
| const _Time_Info & | table, | ||
| const tm * | t | ||
| ) |
| void _STLP_CALL __write_formatted_time | ( | __iowstring & | buf, |
| const ctype< wchar_t > & | ct, | ||
| char | format, | ||
| char | modifier, | ||
| const _WTime_Info & | table, | ||
| const tm * | t | ||
| ) |
Definition at line 459 of file time_facets.cpp.
| void _STLP_CALL __write_formatted_timeT | ( | _STLP_BASIC_IOSTRING(_Ch) & | buf, |
| const ctype< _Ch > & | ct, | ||
| char | format, | ||
| char | modifier, | ||
| const _TimeInfo & | table, | ||
| const tm * | t | ||
| ) |
Definition at line 213 of file time_facets.cpp.
Referenced by __subformat(), and __write_formatted_time().
|
static |
Definition at line 75 of file time_facets.cpp.
Referenced by time_init< char >::time_init(), and time_init< wchar_t >::time_init().
|
static |
Definition at line 114 of file time_facets.cpp.
|
static |
Definition at line 87 of file time_facets.cpp.
|
static |
Definition at line 130 of file time_facets.cpp.
|
static |
|
static |
Definition at line 99 of file time_facets.cpp.
| _STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE const char default_dayname[][14] |
Definition at line 34 of file time_facets.cpp.
Referenced by _Init_timeinfo().
Definition at line 39 of file time_facets.cpp.
Referenced by _Init_timeinfo().
| _STLP_MOVE_TO_STD_NAMESPACE template class time_get< char, istreambuf_iterator< char, char_traits< char > > > |
Definition at line 555 of file time_facets.cpp.