Searched defs:lconv (Results 1 – 15 of 15) 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 …]
24 struct lconv { struct25 char *decimal_point;26 char *thousands_sep;27 char *grouping;29 char *int_curr_symbol;30 char *currency_symbol;54 struct lconv *localeconv(void); argument
26 struct lconv { struct27 char *decimal_point;28 char *thousands_sep;29 char *grouping;31 char *int_curr_symbol;32 char *currency_symbol;56 struct lconv *localeconv(void); argument
287 struct lconv *lconv = localeconv(); in get_decimal_point() local
860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l()
2804 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
6077 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
6045 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()