ReactOS 0.4.15-dev-7924-g5949c20
_Locale_monetary Struct Reference
Collaboration diagram for _Locale_monetary:

Public Attributes

_Locale_lcid_t lc
 
char cp [MAX_CP_LEN+1]
 
char decimal_point [4]
 
char thousands_sep [4]
 
chargrouping
 
char int_curr_symbol [5]
 
char curr_symbol [6]
 
char negative_sign [5]
 
char positive_sign [5]
 
int frac_digits
 
int int_frac_digits
 

Detailed Description

Definition at line 218 of file c_locale_win32.c.

Member Data Documentation

◆ cp

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

◆ curr_symbol

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

◆ decimal_point

char _Locale_monetary::decimal_point[4]

◆ frac_digits

int _Locale_monetary::frac_digits

Definition at line 228 of file c_locale_win32.c.

Referenced by _Locale_frac_digits(), and _Locale_monetary_create().

◆ grouping

char* _Locale_monetary::grouping

◆ int_curr_symbol

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_frac_digits

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

◆ lc

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

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

◆ thousands_sep

char _Locale_monetary::thousands_sep[4]

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