Searched defs:lconv (Results 1 – 6 of 6) 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
287 struct lconv *lconv = localeconv(); in get_decimal_point() local
860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l()
2775 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
5950 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()