32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
[glibc.git] / conform / data / wctype.h-data
bloba3f8c54a85760d64521358eedfc55ab57dd076b1
1 type wint_t
2 type wctrans_t
3 type wctype_t
4 #if defined XOPEN2K8 || defined POSIX2008
5 type locale_t
6 #endif
8 function int iswalnum (wint_t)
9 function int iswalpha (wint_t)
10 function int iswcntrl (wint_t)
11 function int iswdigit (wint_t)
12 function int iswgraph (wint_t)
13 function int iswlower (wint_t)
14 function int iswprint (wint_t)
15 function int iswpunct (wint_t)
16 function int iswspace (wint_t)
17 function int iswupper (wint_t)
18 function int iswxdigit (wint_t)
19 function int iswctype (wint_t, wctype_t)
20 function wint_t towctrans (wint_t, wctrans_t)
21 function wint_t towlower (wint_t)
22 function wint_t towupper (wint_t)
23 function wctrans_t wctrans (const char*)
24 function wctype_t wctype (const char*)
25 #if defined XOPEN2K8 || defined POSIX2008
26 function int iswalnum_l (wint_t, locale_t)
27 function int iswalpha_l (wint_t, locale_t)
28 function int iswcntrl_l (wint_t, locale_t)
29 function int iswdigit_l (wint_t, locale_t)
30 function int iswgraph_l (wint_t, locale_t)
31 function int iswlower_l (wint_t, locale_t)
32 function int iswprint_l (wint_t, locale_t)
33 function int iswpunct_l (wint_t, locale_t)
34 function int iswspace_l (wint_t, locale_t)
35 function int iswupper_l (wint_t, locale_t)
36 function int iswxdigit_l (wint_t, locale_t)
37 function int iswctype_l (wint_t, wctype_t, locale_t)
38 function wint_t towctrans_l (wint_t, wctrans_t, locale_t)
39 function wint_t towlower_l (wint_t, locale_t)
40 function wint_t towupper_l (wint_t, locale_t)
41 function wctrans_t wctrans_l (const char*, locale_t)
42 function wctype_t wctype_l (const char*, locale_t)
43 #endif
45 macro WEOF
47 allow-header ctype.h
48 allow-header stdio.h
49 allow-header stdarg.h
50 allow-header stdlib.h
51 allow-header string.h
52 allow-header stddef.h
53 allow-header time.h
54 allow-header wchar.h
56 allow is*
57 allow to*
58 allow *_t