Lines Matching defs:lconv

83 struct lconv {  struct
84 char *decimal_point; /**< "." Non-monetary decimal-point. */
85 …r *thousands_sep; /**< "" Separates groups of digits before the decimal-point */
86 …r *grouping; /**< "" A string whose elements (characters) indicate the size
88 …*int_curr_symbol; /**< "" A 4-character string providing the international currency
94 …har *currency_symbol; /**< "" The local currency symbol for the current locale. */
95 char *mon_decimal_point; /**< "" The decimal point used for monetary values. */
96 …housands_sep; /**< "" The separator for digit groups preceeding the decimal-point. */
97 char *mon_grouping; /**< "" A string, like grouping, for monetary values. */
98 …r *positive_sign; /**< "" A string to indicate a non-negative monetary value. */
99 char *negative_sign; /**< "" A string to indicate a negative monetary value. */
100 …rac_digits; /**< CHAR_MAX The number of digits after the decimal-point for international
102 …r frac_digits; /**< CHAR_MAX The number of digits after the decimal-point for local
104 …_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
106 …ep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
108 …_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
110 …ep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
112 …sign_posn; /**< CHAR_MAX Value specifying the positioning of the positive_sign for a
114 …sign_posn; /**< CHAR_MAX Value specifying the positioning of the negative_sign for a
116 …p_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
118 …n_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
120 …_p_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
122 …_n_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
124 …t_p_sign_posn; /**< CHAR_MAX Value specifying the positioning of the positive_sign for a
126 …t_n_sign_posn; /**< CHAR_MAX Value specifying the positioning of the negative_sign for a