ReactOS 0.4.16-dev-753-g705a985
|
#include <locale.h>
Public Attributes | |
const char * | short_wday [7] |
const char * | wday [7] |
const char * | short_mon [12] |
const char * | mon [12] |
const char * | am |
const char * | pm |
const char * | short_date |
const char * | date |
const char * | time |
LCID | lcid |
int | unk |
int | refcount |
union { | |
char * str [43] | |
struct { | |
char * short_wday [7] | |
char * wday [7] | |
char * short_mon [12] | |
char * mon [12] | |
char * am | |
char * pm | |
char * short_date | |
char * date | |
char * time | |
} names | |
} | str |
wchar_t * | wstr [43] |
char | data [1] |
union { | |
const char * str [43] | |
struct { | |
const char * short_wday [7] | |
const char * wday [7] | |
const char * short_mon [12] | |
const char * mon [12] | |
const char * am | |
const char * pm | |
const char * short_date | |
const char * date | |
const char * time | |
} names | |
} | str |
union { | |
const wchar_t * wstr [43] | |
struct { | |
const wchar_t * short_wday [7] | |
const wchar_t * wday [7] | |
const wchar_t * short_mon [12] | |
const wchar_t * mon [12] | |
const wchar_t * am | |
const wchar_t * pm | |
const wchar_t * short_date | |
const wchar_t * date | |
const wchar_t * time | |
} names | |
} | wstr |
Definition at line 47 of file time.c.
Referenced by test_strftime().
LCID __lc_time_data::lcid |
Definition at line 49 of file time.c.
Referenced by strftime_date(), and strftime_time().
struct { ... } __lc_time_data::names |
struct { ... } __lc_time_data::names |
struct { ... } __lc_time_data::names |
Definition at line 46 of file time.c.
Referenced by test_strftime().
char* __lc_time_data::str[43] |
Definition at line 55 of file locale.h.
Referenced by _Strftime(), strftime_date(), and strftime_time().
union { ... } __lc_time_data::str |
union { ... } __lc_time_data::str |
Definition at line 48 of file time.c.
Referenced by test_strftime().
int __lc_time_data::unk |
Definition at line 50 of file time.c.
Referenced by test_strftime().
union { ... } __lc_time_data::wstr |