Update.
[platform/upstream/glibc.git] / conform / data / locale.h-data
1 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
11 element {struct lconv} {char*} negative_sign
12 element {struct lconv} char n_cs_precedes
13 element {struct lconv} char n_sep_by_space
14 element {struct lconv} char n_sign_posn
15 element {struct lconv} {char*} positive_sign
16 element {struct lconv} char p_cs_precedes
17 element {struct lconv} char p_sep_by_space
18 element {struct lconv} char p_sign_pos
19 element {struct lconv} {char*} thousands_sep
20
21 constant NULL
22
23 macro LC_ALL
24 macro LC_COLLATE
25 macro LC_CTYPE
26 macro LC_MESSAGES
27 macro LC_MONETARY
28 macro LC_NUMERIC
29 macro LC_TIME
30
31 function {struct lconv*) localeconv (void)
32 function {char*} setlocale (int, const char*)
33
34 allow LC_*