ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <corecrt_internal.h>
Public Attributes | |
char * | wday_abbr [7] |
char * | wday [7] |
char * | month_abbr [12] |
char * | month [12] |
char * | ampm [2] |
char * | ww_sdatefmt |
char * | ww_ldatefmt |
char * | ww_timefmt |
int | ww_caltype |
long | refcount |
wchar_t * | _W_wday_abbr [7] |
wchar_t * | _W_wday [7] |
wchar_t * | _W_month_abbr [12] |
wchar_t * | _W_month [12] |
wchar_t * | _W_ampm [2] |
wchar_t * | _W_ww_sdatefmt |
wchar_t * | _W_ww_ldatefmt |
wchar_t * | _W_ww_timefmt |
wchar_t * | _W_ww_locale_name |
Definition at line 428 of file corecrt_internal.h.
wchar_t* __crt_lc_time_data::_W_ampm[2] |
Definition at line 444 of file corecrt_internal.h.
wchar_t* __crt_lc_time_data::_W_month[12] |
Definition at line 443 of file corecrt_internal.h.
Referenced by _W_Getmonths().
wchar_t* __crt_lc_time_data::_W_month_abbr[12] |
Definition at line 442 of file corecrt_internal.h.
Referenced by _W_Getmonths().
wchar_t* __crt_lc_time_data::_W_wday[7] |
Definition at line 441 of file corecrt_internal.h.
Referenced by _W_Getdays().
wchar_t* __crt_lc_time_data::_W_wday_abbr[7] |
Definition at line 440 of file corecrt_internal.h.
Referenced by _W_Getdays().
wchar_t* __crt_lc_time_data::_W_ww_ldatefmt |
Definition at line 446 of file corecrt_internal.h.
wchar_t* __crt_lc_time_data::_W_ww_locale_name |
Definition at line 448 of file corecrt_internal.h.
wchar_t* __crt_lc_time_data::_W_ww_sdatefmt |
Definition at line 445 of file corecrt_internal.h.
wchar_t* __crt_lc_time_data::_W_ww_timefmt |
Definition at line 447 of file corecrt_internal.h.
char* __crt_lc_time_data::ampm[2] |
Definition at line 434 of file corecrt_internal.h.
char* __crt_lc_time_data::month[12] |
Definition at line 433 of file corecrt_internal.h.
Referenced by _Getmonths_l().
char* __crt_lc_time_data::month_abbr[12] |
Definition at line 432 of file corecrt_internal.h.
Referenced by _Getmonths_l().
long __crt_lc_time_data::refcount |
Definition at line 439 of file corecrt_internal.h.
char* __crt_lc_time_data::wday[7] |
Definition at line 431 of file corecrt_internal.h.
Referenced by _Getdays_l().
char* __crt_lc_time_data::wday_abbr[7] |
Definition at line 430 of file corecrt_internal.h.
Referenced by _Getdays_l().
int __crt_lc_time_data::ww_caltype |
Definition at line 438 of file corecrt_internal.h.
char* __crt_lc_time_data::ww_ldatefmt |
Definition at line 436 of file corecrt_internal.h.
char* __crt_lc_time_data::ww_sdatefmt |
Definition at line 435 of file corecrt_internal.h.
char* __crt_lc_time_data::ww_timefmt |
Definition at line 437 of file corecrt_internal.h.