Searched defs:lconv (Results 1 – 11 of 11) sorted by relevance
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
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
45 struct lconv { struct46 char *decimal_point;47 char *thousands_sep;48 char *grouping;50 char *int_curr_symbol;74 struct lconv *localeconv(void); argument
47 struct lconv { struct48 char *decimal_point;49 char *thousands_sep;50 char *grouping;52 char *int_curr_symbol;76 struct lconv *localeconv(void); argument
280 struct lconv *lconv = localeconv(); in get_decimal_point() local
860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l()
16828 struct lconv struct16832 char *decimal_point;16833 char *thousands_sep;16839 char *grouping;16845 char *int_curr_symbol;16846 char *currency_symbol;16847 char *mon_decimal_point;16848 char *mon_thousands_sep;16849 char *mon_grouping;16850 char *positive_sign;[all …]
2693 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
5408 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()