Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
83 struct lconv { struct84 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 size88 …*int_curr_symbol; /**< "" A 4-character string providing the international currency94 …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. */[all …]