Home
last modified time | relevance | path

Searched refs:wctype_t (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/wctype/
Dtest_wctype.c27 wctype_t bit_alnum = wctype ("alnum"); in main()
28 wctype_t bit_alpha = wctype ("alpha"); in main()
29 wctype_t bit_cntrl = wctype ("cntrl"); in main()
30 wctype_t bit_digit = wctype ("digit"); in main()
31 wctype_t bit_graph = wctype ("graph"); in main()
32 wctype_t bit_lower = wctype ("lower"); in main()
33 wctype_t bit_print = wctype ("print"); in main()
34 wctype_t bit_punct = wctype ("punct"); in main()
35 wctype_t bit_space = wctype ("space"); in main()
36 wctype_t bit_upper = wctype ("upper"); in main()
[all …]
Diswctype_l.c26 __iswctype_l (wint_t wc, wctype_t desc, locale_t locale) in __iswctype_l()
30 if (desc == (wctype_t) 0) in __iswctype_l()
Diswctype.c26 __iswctype (wint_t wc, wctype_t desc) in __iswctype()
30 if (desc == (wctype_t) 0) in __iswctype()
Dwctype.c23 wctype_t
45 return (wctype_t) _NL_CURRENT_DATA (LC_CTYPE)->values[i].string; in __wctype()
Dwctype_l.c24 wctype_t
46 return (wctype_t) locale->__locales[LC_CTYPE]->values[i].string; in __wctype_l()
Dwctype.h117 extern wctype_t wctype_l (const char *__property, locale_t __locale)
122 extern int iswctype_l (wint_t __wc, wctype_t __desc, locale_t __locale)
/glibc-2.36/conform/data/
Dwctype.h-data4 type wctype_t
23 function int iswctype (wint_t, wctype_t)
28 function wctype_t wctype (const char*)
42 function int iswctype_l (wint_t, wctype_t, locale_t)
47 function wctype_t wctype_l (const char*, locale_t)
Dwchar.h-data5 type wctype_t
34 function int iswctype (wint_t, wctype_t)
139 function wctype_t wctype (const char*)
/glibc-2.36/wctype/bits/
Dwctype-wchar.h38 typedef unsigned long int wctype_t; typedef
155 extern wctype_t wctype (const char *__property) __THROW;
159 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
/glibc-2.36/posix/
Dfnmatch.c158 static wctype_t
170 return (wctype_t) 0; in is_char_class()
196 return (wctype_t) 0; in is_char_class()
202 return (wctype_t) 0; in is_char_class()
Dregex_internal.h316 wctype_t *char_classes;
Dfnmatch_loop.c270 wctype_t wt; in FCT()
Dregcomp.c834 size_t max_i18n_object_size = MAX (sizeof (wchar_t), sizeof (wctype_t)); in init_dfa()
3607 wctype_t *new_char_classes = re_realloc (mbcset->char_classes, wctype_t, in build_charclass()
Dregexec.c3748 wctype_t wt = cset->char_classes[i]; in check_node_accept_bytes()
/glibc-2.36/include/
Dwctype.h17 extern int __iswctype (wint_t __wc, wctype_t __desc);
18 extern wctype_t __wctype (const char *__property);
/glibc-2.36/localedata/
Ddump-ctype.c48 wctype_t class; in dump_class()
53 if (class == (wctype_t) 0) in dump_class()
Dtst-wctype.c29 wctype_t wct; in do_test()
/glibc-2.36/localedata/tests-mbwc/
Dtst_wctype.c14 TST_DECL_VARS (wctype_t); in tst_wctype()
Dtst_types.h712 typedef TEX_ERRET_REC (wctype_t) TEX_WCTYPE_REC;
/glibc-2.36/manual/
Dctype.texi306 @deftp {Data type} wctype_t
308 The @code{wctype_t} can hold a value which represents a character class.
316 @deftypefun wctype_t wctype (const char *@var{property})
355 @deftypefun int iswctype (wint_t @var{wc}, wctype_t @var{desc})
675 wctype_t desc = wctype (class);
689 wctype_t desc = wctype (class);
/glibc-2.36/ChangeLog.old/
DChangeLog.53102 * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type.
3105 (wctype_t): Always define as `unsigned long int'.