Searched refs:wctype_t (Results 1 – 21 of 21) sorted by relevance
/glibc-2.36/wctype/ |
D | test_wctype.c | 27 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 …]
|
D | iswctype_l.c | 26 __iswctype_l (wint_t wc, wctype_t desc, locale_t locale) in __iswctype_l() 30 if (desc == (wctype_t) 0) in __iswctype_l()
|
D | iswctype.c | 26 __iswctype (wint_t wc, wctype_t desc) in __iswctype() 30 if (desc == (wctype_t) 0) in __iswctype()
|
D | wctype.c | 23 wctype_t 45 return (wctype_t) _NL_CURRENT_DATA (LC_CTYPE)->values[i].string; in __wctype()
|
D | wctype_l.c | 24 wctype_t 46 return (wctype_t) locale->__locales[LC_CTYPE]->values[i].string; in __wctype_l()
|
D | wctype.h | 117 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/ |
D | wctype.h-data | 4 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)
|
D | wchar.h-data | 5 type wctype_t 34 function int iswctype (wint_t, wctype_t) 139 function wctype_t wctype (const char*)
|
/glibc-2.36/wctype/bits/ |
D | wctype-wchar.h | 38 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/ |
D | fnmatch.c | 158 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()
|
D | regex_internal.h | 316 wctype_t *char_classes;
|
D | fnmatch_loop.c | 270 wctype_t wt; in FCT()
|
D | regcomp.c | 834 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()
|
D | regexec.c | 3748 wctype_t wt = cset->char_classes[i]; in check_node_accept_bytes()
|
/glibc-2.36/include/ |
D | wctype.h | 17 extern int __iswctype (wint_t __wc, wctype_t __desc); 18 extern wctype_t __wctype (const char *__property);
|
/glibc-2.36/localedata/ |
D | dump-ctype.c | 48 wctype_t class; in dump_class() 53 if (class == (wctype_t) 0) in dump_class()
|
D | tst-wctype.c | 29 wctype_t wct; in do_test()
|
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_wctype.c | 14 TST_DECL_VARS (wctype_t); in tst_wctype()
|
D | tst_types.h | 712 typedef TEX_ERRET_REC (wctype_t) TEX_WCTYPE_REC;
|
/glibc-2.36/manual/ |
D | ctype.texi | 306 @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/ |
D | ChangeLog.5 | 3102 * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type. 3105 (wctype_t): Always define as `unsigned long int'.
|