ReactOS 0.4.16-dev-981-g80eb313
|
#include <locale.h>
wchar_t* lconv::_W_currency_symbol |
Definition at line 57 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
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().
wchar_t* lconv::_W_int_curr_symbol |
Definition at line 56 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
wchar_t* lconv::_W_mon_decimal_point |
Definition at line 58 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
wchar_t* lconv::_W_mon_thousands_sep |
Definition at line 59 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
wchar_t* lconv::_W_negative_sign |
Definition at line 61 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
wchar_t* lconv::_W_positive_sign |
Definition at line 60 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
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().
char * lconv::currency_symbol |
Definition at line 34 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::decimal_point |
Definition at line 30 of file locale.h.
Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().
char lconv::frac_digits |
Definition at line 41 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::grouping |
Definition at line 32 of file locale.h.
Referenced by __acrt_locale_initialize_monetary(), __acrt_locale_initialize_numeric(), and fix_grouping().
char * lconv::int_curr_symbol |
Definition at line 33 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::int_frac_digits |
Definition at line 40 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::mon_decimal_point |
Definition at line 35 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::mon_grouping |
Definition at line 37 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::mon_thousands_sep |
Definition at line 36 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::n_cs_precedes |
Definition at line 44 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::n_sep_by_space |
Definition at line 45 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::n_sign_posn |
Definition at line 47 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::negative_sign |
Definition at line 39 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::p_cs_precedes |
Definition at line 42 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::p_sep_by_space |
Definition at line 43 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char lconv::p_sign_posn |
Definition at line 46 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::positive_sign |
Definition at line 38 of file locale.h.
Referenced by __acrt_locale_initialize_monetary().
char * lconv::thousands_sep |
Definition at line 31 of file locale.h.
Referenced by __acrt_locale_initialize_monetary(), and __acrt_locale_initialize_numeric().