ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
_Locale_lcid_t | lc |
char | cp [MAX_CP_LEN+1] |
char * | month [12] |
char * | abbrev_month [12] |
char * | dayofweek [7] |
char * | abbrev_dayofweek [7] |
char * | date_time_format |
char * | long_date_time_format |
char * | date_format |
char * | long_date_format |
char * | time_format |
char | am [9] |
char | pm [9] |
Definition at line 197 of file c_locale_win32.c.
char* _Locale_time::abbrev_dayofweek[7] |
Definition at line 203 of file c_locale_win32.c.
Referenced by _Locale_abbrev_dayofweek(), _Locale_time_create(), and _Locale_time_destroy().
char* _Locale_time::abbrev_month[12] |
Definition at line 201 of file c_locale_win32.c.
Referenced by _Locale_abbrev_monthname(), _Locale_time_create(), and _Locale_time_destroy().
char _Locale_time::am[9] |
Definition at line 209 of file c_locale_win32.c.
Referenced by _Locale_am_str(), and _Locale_time_create().
char _Locale_time::cp[MAX_CP_LEN+1] |
Definition at line 199 of file c_locale_win32.c.
Referenced by _Locale_time_create(), and _Locale_time_name().
char* _Locale_time::date_format |
Definition at line 206 of file c_locale_win32.c.
Referenced by _Locale_d_fmt(), _Locale_time_create(), and _Locale_time_destroy().
char* _Locale_time::date_time_format |
Definition at line 204 of file c_locale_win32.c.
Referenced by _Locale_d_t_fmt(), _Locale_time_create(), and _Locale_time_destroy().
char* _Locale_time::dayofweek[7] |
Definition at line 202 of file c_locale_win32.c.
Referenced by _Locale_full_dayofweek(), _Locale_time_create(), and _Locale_time_destroy().
_Locale_lcid_t _Locale_time::lc |
Definition at line 198 of file c_locale_win32.c.
Referenced by _Locale_get_time_hint(), _Locale_time_create(), _Locale_time_name(), _WLocale_abbrev_dayofweek(), _WLocale_abbrev_monthname(), _WLocale_am_str(), _WLocale_full_dayofweek(), _WLocale_full_monthname(), and _WLocale_pm_str().
char* _Locale_time::long_date_format |
Definition at line 207 of file c_locale_win32.c.
Referenced by _Locale_long_d_fmt(), _Locale_time_create(), and _Locale_time_destroy().
char* _Locale_time::long_date_time_format |
Definition at line 205 of file c_locale_win32.c.
Referenced by _Locale_long_d_t_fmt(), _Locale_time_create(), and _Locale_time_destroy().
char* _Locale_time::month[12] |
Definition at line 200 of file c_locale_win32.c.
Referenced by _Locale_full_monthname(), _Locale_time_create(), and _Locale_time_destroy().
char _Locale_time::pm[9] |
Definition at line 210 of file c_locale_win32.c.
Referenced by _Locale_pm_str(), and _Locale_time_create().
char* _Locale_time::time_format |
Definition at line 208 of file c_locale_win32.c.
Referenced by _Locale_t_fmt(), _Locale_time_create(), and _Locale_time_destroy().