ReactOS 0.4.15-dev-7934-g1dc8d80
_Locale_time Struct Reference
Collaboration diagram for _Locale_time:

Public Attributes

_Locale_lcid_t lc
 
char cp [MAX_CP_LEN+1]
 
charmonth [12]
 
charabbrev_month [12]
 
chardayofweek [7]
 
charabbrev_dayofweek [7]
 
chardate_time_format
 
charlong_date_time_format
 
chardate_format
 
charlong_date_format
 
chartime_format
 
char am [9]
 
char pm [9]
 

Detailed Description

Definition at line 197 of file c_locale_win32.c.

Member Data Documentation

◆ abbrev_dayofweek

char* _Locale_time::abbrev_dayofweek[7]

◆ abbrev_month

char* _Locale_time::abbrev_month[12]

◆ am

char _Locale_time::am[9]

Definition at line 209 of file c_locale_win32.c.

Referenced by _Locale_am_str(), and _Locale_time_create().

◆ cp

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().

◆ date_format

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().

◆ date_time_format

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().

◆ dayofweek

char* _Locale_time::dayofweek[7]

◆ lc

◆ long_date_format

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().

◆ long_date_time_format

char* _Locale_time::long_date_time_format

◆ month

char* _Locale_time::month[12]

◆ pm

char _Locale_time::pm[9]

Definition at line 210 of file c_locale_win32.c.

Referenced by _Locale_pm_str(), and _Locale_time_create().

◆ time_format

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().


The documentation for this struct was generated from the following file: