ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
_Locale_lcid_t | lc |
char | cp [MAX_CP_LEN+1] |
char | decimal_point [4] |
char | thousands_sep [4] |
char * | grouping |
char | int_curr_symbol [5] |
char | curr_symbol [6] |
char | negative_sign [5] |
char | positive_sign [5] |
int | frac_digits |
int | int_frac_digits |
Definition at line 218 of file c_locale_win32.c.
char _Locale_monetary::cp[MAX_CP_LEN+1] |
Definition at line 220 of file c_locale_win32.c.
Referenced by _Locale_monetary_create(), and _Locale_monetary_name().
char _Locale_monetary::curr_symbol[6] |
Definition at line 225 of file c_locale_win32.c.
Referenced by _Locale_currency_symbol(), and _Locale_monetary_create().
char _Locale_monetary::decimal_point[4] |
Definition at line 221 of file c_locale_win32.c.
Referenced by _Locale_mon_decimal_point(), _Locale_monetary_create(), and _WLocale_mon_decimal_point().
int _Locale_monetary::frac_digits |
Definition at line 228 of file c_locale_win32.c.
Referenced by _Locale_frac_digits(), and _Locale_monetary_create().
char* _Locale_monetary::grouping |
Definition at line 223 of file c_locale_win32.c.
Referenced by _Locale_mon_grouping(), _Locale_monetary_create(), and _Locale_monetary_destroy().
char _Locale_monetary::int_curr_symbol[5] |
Definition at line 224 of file c_locale_win32.c.
Referenced by _Locale_int_curr_symbol(), and _Locale_monetary_create().
int _Locale_monetary::int_frac_digits |
Definition at line 229 of file c_locale_win32.c.
Referenced by _Locale_int_frac_digits(), and _Locale_monetary_create().
_Locale_lcid_t _Locale_monetary::lc |
Definition at line 219 of file c_locale_win32.c.
Referenced by _Locale_get_monetary_hint(), _Locale_monetary_create(), _Locale_monetary_name(), _Locale_n_cs_precedes(), _Locale_n_sep_by_space(), _Locale_n_sign_posn(), _Locale_p_cs_precedes(), _Locale_p_sep_by_space(), _Locale_p_sign_posn(), _WLocale_currency_symbol(), _WLocale_int_curr_symbol(), _WLocale_negative_sign(), and _WLocale_positive_sign().
char _Locale_monetary::negative_sign[5] |
Definition at line 226 of file c_locale_win32.c.
Referenced by _Locale_monetary_create(), and _Locale_negative_sign().
char _Locale_monetary::positive_sign[5] |
Definition at line 227 of file c_locale_win32.c.
Referenced by _Locale_monetary_create(), and _Locale_positive_sign().
char _Locale_monetary::thousands_sep[4] |
Definition at line 222 of file c_locale_win32.c.
Referenced by _Locale_mon_thousands_sep(), _Locale_monetary_create(), and _WLocale_mon_thousands_sep().