Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/conform/data/
Dlocale.h-data1 type {struct lconv}
2 element {struct lconv} {char*} currency_symbol
3 element {struct lconv} {char*} decimal_point
4 element {struct lconv} char frac_digits
5 element {struct lconv} {char*} grouping
6 element {struct lconv} {char*} int_curr_symbol
7 element {struct lconv} char int_frac_digits
8 element {struct lconv} {char*} mon_decimal_point
9 element {struct lconv} {char*} mon_thousands_sep
10 element {struct lconv} {char*} mon_grouping
[all …]
/glibc-2.36/locale/
Dlocale.h51 struct lconv struct
125 extern struct lconv *localeconv (void) __THROW; argument
Dlocaleconv.c23 struct lconv *
26 static struct lconv result; in __localeconv()
Dtst-C-locale.c32 struct lconv *lc; in run_test()
/glibc-2.36/manual/
Dlocale.texi617 @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 be
725 These members of the @code{struct lconv} structure specify how to print
816 These members of the @code{struct lconv} structure specify how to print
1042 @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 …]
/glibc-2.36/sysdeps/arm/
Daeabi_localeconv.c20 struct lconv *
/glibc-2.36/include/
Dlocale.h20 extern struct lconv *__localeconv (void);
/glibc-2.36/ChangeLog.old/
DChangeLog.113451 * locale/locale.h (struct lconv): Add __ prefix to the new members
9684 * locale/locale.h (struct lconv): Add new elements from ISO C99.
DChangeLog.127273 * conform/data/locale.h-data: Add new struct lconv members.
DChangeLog.1712462 * locale/locale.h (struct lconv): Also define in std namespace.