Searched defs:lconv (Results 1 – 3 of 3) sorted by relevance
12 struct lconv { struct13 char *decimal_point;14 char *thousands_sep;15 char *grouping;16 char *mon_decimal_point;17 char *mon_thousands_sep;18 char *mon_grouping;19 char *positive_sign;20 char *negative_sign;21 char *currency_symbol;[all …]
37 struct lconv { struct38 char *decimal_point;39 char *thousands_sep;40 char *grouping;41 char *int_curr_symbol;42 char *currency_symbol;43 char *mon_decimal_point;44 char *mon_thousands_sep;45 char *mon_grouping;46 char *positive_sign;[all …]
132 struct lconv lconv; member