Searched defs:lconv (Results 1 – 11 of 11) sorted by relevance
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
30 struct lconv { struct31 char *decimal_point;32 char *thousands_sep;33 char *grouping;35 char *int_curr_symbol;59 struct lconv *localeconv(void); argument
32 struct lconv { struct33 char *decimal_point;34 char *thousands_sep;35 char *grouping;37 char *int_curr_symbol;61 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()