MicrOS
|
Formatting info for numeric values. More...
#include <locale.h>
Public Attributes | |
char * | decimal_point |
Decimal-point separator used for non-monetary quantities. More... | |
char * | thousands_sep |
Separators used to delimit groups of digits to the left of the decimal point for non-monetary quantities. More... | |
char * | grouping |
Specifies the amount of digits that form each of the groups to be separated by thousands_sep separator for non-monetary quantities. More... | |
char * | int_curr_symbol |
International currency symbol. More... | |
char * | currency_symbol |
Local currency symbol. More... | |
char * | mon_decimal_point |
Decimal-point separator used for monetary quantities. More... | |
char * | mon_thousands_sep |
Separators used to delimit groups of digits to the left of the decimal point for monetary quantities. More... | |
char * | mon_grouping |
Specifies the amount of digits that form each of the groups to be separated by mon_thousands_sep separator for monetary quantities. More... | |
char * | positive_sign |
Sign to be used for nonnegative (positive or zero) monetary quantities. More... | |
char * | negative_sign |
Sign to be used for negative monetary quantities. More... | |
char | frac_digits |
Amount of fractional digits to the right of the decimal point for monetary quantities in the local format. More... | |
char | p_cs_precedes |
Whether the currency symbol should precede nonnegative (positive or zero) monetary quantities. More... | |
char | n_cs_precedes |
Whether the currency symbol should precede negative monetary quantities. More... | |
char | p_sep_by_space |
Whether a space should appear between the currency symbol and nonnegative (positive or zero) monetary quantities. More... | |
char | n_sep_by_space |
Whether a space should appear between the currency symbol and negative monetary quantities. More... | |
char | p_sign_posn |
Position of the sign for nonnegative (positive or zero) monetary quantities. More... | |
char | n_sign_posn |
Position of the sign for negative monetary quantities. More... | |
char | int_frac_digits |
Same as frac_digits, but for the international format. More... | |
char | int_p_cs_precedes |
Same as p_cs_precedes, but for the international format. More... | |
char | int_n_cs_precedes |
Same as n_cs_precedes, but for the international format. More... | |
char | int_p_sep_by_space |
Same as p_sep_by_space, but for the international format. More... | |
char | int_n_sep_by_space |
Same as n_sep_by_space, but for the international format. More... | |
char | int_p_sign_posn |
Same as p_sign_posn, but for the international format. More... | |
char | int_n_sign_posn |
Same as n_sign_posn, but for the international format. More... | |
Formatting info for numeric values.
char* lconv::currency_symbol |
Local currency symbol.
char* lconv::decimal_point |
Decimal-point separator used for non-monetary quantities.
char lconv::frac_digits |
Amount of fractional digits to the right of the decimal point for monetary quantities in the local format.
char* lconv::grouping |
Specifies the amount of digits that form each of the groups to be separated by thousands_sep separator for non-monetary quantities.
char* lconv::int_curr_symbol |
International currency symbol.
char lconv::int_frac_digits |
Same as frac_digits, but for the international format.
char lconv::int_n_cs_precedes |
Same as n_cs_precedes, but for the international format.
char lconv::int_n_sep_by_space |
Same as n_sep_by_space, but for the international format.
char lconv::int_n_sign_posn |
Same as n_sign_posn, but for the international format.
char lconv::int_p_cs_precedes |
Same as p_cs_precedes, but for the international format.
char lconv::int_p_sep_by_space |
Same as p_sep_by_space, but for the international format.
char lconv::int_p_sign_posn |
Same as p_sign_posn, but for the international format.
char* lconv::mon_decimal_point |
Decimal-point separator used for monetary quantities.
char* lconv::mon_grouping |
Specifies the amount of digits that form each of the groups to be separated by mon_thousands_sep separator for monetary quantities.
char* lconv::mon_thousands_sep |
Separators used to delimit groups of digits to the left of the decimal point for monetary quantities.
char lconv::n_cs_precedes |
Whether the currency symbol should precede negative monetary quantities.
char lconv::n_sep_by_space |
Whether a space should appear between the currency symbol and negative monetary quantities.
char lconv::n_sign_posn |
Position of the sign for negative monetary quantities.
char* lconv::negative_sign |
Sign to be used for negative monetary quantities.
char lconv::p_cs_precedes |
Whether the currency symbol should precede nonnegative (positive or zero) monetary quantities.
char lconv::p_sep_by_space |
Whether a space should appear between the currency symbol and nonnegative (positive or zero) monetary quantities.
char lconv::p_sign_posn |
Position of the sign for nonnegative (positive or zero) monetary quantities.
char* lconv::positive_sign |
Sign to be used for nonnegative (positive or zero) monetary quantities.
char* lconv::thousands_sep |
Separators used to delimit groups of digits to the left of the decimal point for non-monetary quantities.