2.9
[glibc/nacl-glibc.git] / conform / data / locale.h-data
blob84bd6abc09788aa2df07eb8a88b4d26503a077ff
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_posn
19 element {struct lconv} {char*} thousands_sep
20 #ifdef XOPEN2K
21 element {struct lconv} char int_n_cs_precedes
22 element {struct lconv} char int_n_sep_by_space
23 element {struct lconv} char int_n_sign_posn
24 element {struct lconv} char int_p_cs_precedes
25 element {struct lconv} char int_p_sep_by_space
26 element {struct lconv} char int_p_sign_posn
27 #endif
29 constant NULL
31 macro LC_ALL
32 macro LC_COLLATE
33 macro LC_CTYPE
34 macro LC_MESSAGES
35 macro LC_MONETARY
36 macro LC_NUMERIC
37 macro LC_TIME
39 function {struct lconv*} localeconv (void)
40 function {char*} setlocale (int, const char*)
42 allow LC_*
43 allow *_t