Searched refs:lconv (Results 1 – 10 of 10) sorted by relevance
1 type {struct lconv}2 element {struct lconv} {char*} currency_symbol3 element {struct lconv} {char*} decimal_point4 element {struct lconv} char frac_digits5 element {struct lconv} {char*} grouping6 element {struct lconv} {char*} int_curr_symbol7 element {struct lconv} char int_frac_digits8 element {struct lconv} {char*} mon_decimal_point9 element {struct lconv} {char*} mon_thousands_sep10 element {struct lconv} {char*} mon_grouping[all …]
51 struct lconv struct125 extern struct lconv *localeconv (void) __THROW; argument
23 struct lconv *26 static struct lconv result; in __localeconv()
32 struct lconv *lc; in run_test()
617 @deftypefun {struct lconv *} localeconv (void)633 @deftp {Data Type} {struct lconv}639 If a member of the structure @code{struct lconv} has type @code{char},655 These are the standard members of @code{struct lconv}; there may be725 These members of the @code{struct lconv} structure specify how to print816 These members of the @code{struct lconv} structure specify how to print1042 @code{int_curr_symbol} element of the @code{struct lconv}.1046 @code{currency_symbol} element of the @code{struct lconv}.1051 @code{mon_decimal_point} element of the @code{struct lconv}.1054 @code{mon_thousands_sep} element of the @code{struct lconv}.[all …]
20 struct lconv *
20 extern struct lconv *__localeconv (void);
3451 * locale/locale.h (struct lconv): Add __ prefix to the new members9684 * locale/locale.h (struct lconv): Add new elements from ISO C99.
7273 * conform/data/locale.h-data: Add new struct lconv members.
12462 * locale/locale.h (struct lconv): Also define in std namespace.