Lines Matching defs:lconv
103 struct lconv { struct
104 char *decimal_point; /* decimal point character */
105 char *thousands_sep; /* thousands separator character */
106 char *grouping; /* grouping of digits */
107 char *int_curr_symbol; /* international currency symbol */
108 char *currency_symbol; /* local currency symbol */
109 char *mon_decimal_point; /* monetary decimal point character */
110 char *mon_thousands_sep; /* monetary thousands separator */
111 char *mon_grouping; /* monetary grouping of digits */
112 char *positive_sign; /* monetary credit symbol */
113 char *negative_sign; /* monetary debit symbol */
114 char int_frac_digits; /* intl monetary number of fractional digits */
115 char frac_digits; /* monetary number of fractional digits */
116 char p_cs_precedes; /* true if currency symbol precedes credit */
117 char p_sep_by_space; /* true if space separates c.s. from credit */
118 char n_cs_precedes; /* true if currency symbol precedes debit */
119 char n_sep_by_space; /* true if space separates c.s. from debit */
120 char p_sign_posn; /* position of sign for credit */
121 char n_sign_posn; /* position of sign for debit */