ReactOS 0.4.16-dev-981-g80eb313
lconv Struct Reference

#include <locale.h>

Public Attributes

chardecimal_point
 
charthousands_sep
 
chargrouping
 
charint_curr_symbol
 
charcurrency_symbol
 
charmon_decimal_point
 
charmon_thousands_sep
 
charmon_grouping
 
charpositive_sign
 
charnegative_sign
 
char int_frac_digits
 
char frac_digits
 
char p_cs_precedes
 
char p_sep_by_space
 
char n_cs_precedes
 
char n_sep_by_space
 
char p_sign_posn
 
char n_sign_posn
 
wchar_t_W_decimal_point
 
wchar_t_W_thousands_sep
 
wchar_t_W_int_curr_symbol
 
wchar_t_W_currency_symbol
 
wchar_t_W_mon_decimal_point
 
wchar_t_W_mon_thousands_sep
 
wchar_t_W_positive_sign
 
wchar_t_W_negative_sign
 

Detailed Description

Definition at line 29 of file locale.h.

Member Data Documentation

◆ _W_currency_symbol

wchar_t* lconv::_W_currency_symbol

Definition at line 57 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_decimal_point

wchar_t* lconv::_W_decimal_point

Definition at line 54 of file locale.h.

Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().

◆ _W_int_curr_symbol

wchar_t* lconv::_W_int_curr_symbol

Definition at line 56 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_mon_decimal_point

wchar_t* lconv::_W_mon_decimal_point

Definition at line 58 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_mon_thousands_sep

wchar_t* lconv::_W_mon_thousands_sep

Definition at line 59 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_negative_sign

wchar_t* lconv::_W_negative_sign

Definition at line 61 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_positive_sign

wchar_t* lconv::_W_positive_sign

Definition at line 60 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ _W_thousands_sep

wchar_t* lconv::_W_thousands_sep

Definition at line 55 of file locale.h.

Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().

◆ currency_symbol

char * lconv::currency_symbol

Definition at line 34 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ decimal_point

char * lconv::decimal_point

Definition at line 30 of file locale.h.

Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().

◆ frac_digits

char lconv::frac_digits

Definition at line 41 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ grouping

char * lconv::grouping

◆ int_curr_symbol

char * lconv::int_curr_symbol

Definition at line 33 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ int_frac_digits

char lconv::int_frac_digits

Definition at line 40 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ mon_decimal_point

char * lconv::mon_decimal_point

Definition at line 35 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ mon_grouping

char * lconv::mon_grouping

Definition at line 37 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ mon_thousands_sep

char * lconv::mon_thousands_sep

Definition at line 36 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ n_cs_precedes

char lconv::n_cs_precedes

Definition at line 44 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ n_sep_by_space

char lconv::n_sep_by_space

Definition at line 45 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ n_sign_posn

char lconv::n_sign_posn

Definition at line 47 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ negative_sign

char * lconv::negative_sign

Definition at line 39 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ p_cs_precedes

char lconv::p_cs_precedes

Definition at line 42 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ p_sep_by_space

char lconv::p_sep_by_space

Definition at line 43 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ p_sign_posn

char lconv::p_sign_posn

Definition at line 46 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ positive_sign

char * lconv::positive_sign

Definition at line 38 of file locale.h.

Referenced by __acrt_locale_initialize_monetary().

◆ thousands_sep

char * lconv::thousands_sep

Definition at line 31 of file locale.h.

Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().


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