/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | wctype.c | 29 wctype_t expect0 = wctype("alnum"); in wctype_0100() 30 wctype_t target = 1; in wctype_0100() 35 wctype_t expect1 = wctype("alnumm"); in wctype_0100() 48 wctype_t expect0 = wctype("alpha"); in wctype_0200() 49 wctype_t target = 2; in wctype_0200() 54 wctype_t expect1 = wctype("alphaa"); in wctype_0200() 67 wctype_t expect0 = wctype("blank"); in wctype_0300() 68 wctype_t target = 3; in wctype_0300() 73 wctype_t expect1 = wctype("blankk"); in wctype_0300() 86 wctype_t expect in wctype_0400() [all...] |
H A D | iswctype.c | 22 void iswctype_test(wchar_t ch, wctype_t wt, char *func_name, int want) in iswctype_test() 32 wctype_t wt = wctype("alnum"); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/wctype/ |
H A D | iswctype_l.c | 32 wctype_t wt = wctype("alnum"); in iswctype_l_0100() 48 wctype_t wt = wctype("alpha"); in iswctype_l_0200() 64 wctype_t wt = wctype("blank"); in iswctype_l_0300() 80 wctype_t wt = wctype("cntrl"); in iswctype_l_0400() 96 wctype_t wt = wctype("digit"); in iswctype_l_0500() 112 wctype_t wt = wctype("graph"); in iswctype_l_0600() 128 wctype_t wt = wctype("lower"); in iswctype_l_0700() 144 wctype_t wt = wctype("print"); in iswctype_l_0800() 160 wctype_t wt = wctype("punct"); in iswctype_l_0900() 176 wctype_t w in iswctype_l_1000() [all...] |
/third_party/musl/src/ctype/ |
H A D | iswctype.c | 17 int iswctype(wint_t wc, wctype_t type) in iswctype() 48 wctype_t wctype(const char *s) in wctype() 64 int __iswctype_l(wint_t c, wctype_t t, locale_t l) in __iswctype_l() 69 wctype_t __wctype_l(const char *s, locale_t l) in __wctype_l()
|
/third_party/musl/libc-test/src/api/ |
H A D | wctype.c | 9 T(wctype_t) in f() 18 {int(*p)(wint_t,wctype_t) = iswctype;} in f() 31 {wctype_t(*p)(const char*) = wctype;} in f() 37 {int(*p)(wint_t,wctype_t,locale_t) = iswctype_l;} in f() 50 {wctype_t(*p)(const char*,locale_t) = wctype_l;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wctype.h | 39 int iswctype(wint_t, wctype_t); 44 wctype_t wctype(const char *); 66 int iswctype_l(wint_t, wctype_t, locale_t); 71 wctype_t wctype_l(const char *, locale_t);
|
H A D | wchar.h | 192 int iswctype(wint_t, wctype_t); 195 wctype_t wctype(const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wctype.h | 39 int iswctype(wint_t, wctype_t); 44 wctype_t wctype(const char *); 66 int iswctype_l(wint_t, wctype_t, locale_t); 71 wctype_t wctype_l(const char *, locale_t);
|
H A D | wchar.h | 192 int iswctype(wint_t, wctype_t); 195 wctype_t wctype(const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wctype.h | 39 int iswctype(wint_t, wctype_t); 44 wctype_t wctype(const char *); 66 int iswctype_l(wint_t, wctype_t, locale_t); 71 wctype_t wctype_l(const char *, locale_t);
|
H A D | wchar.h | 192 int iswctype(wint_t, wctype_t); 195 wctype_t wctype(const char *);
|
/third_party/musl/include/ |
H A D | wctype.h | 39 int iswctype(wint_t, wctype_t); 44 wctype_t wctype(const char *); 66 int iswctype_l(wint_t, wctype_t, locale_t); 71 wctype_t wctype_l(const char *, locale_t);
|
H A D | wchar.h | 193 int iswctype(wint_t, wctype_t); 196 wctype_t wctype(const char *);
|
/third_party/rust/crates/libc/src/hermit/ |
H A D | mod.rs | 29 pub type wctype_t = i64; types
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 74 typedef wctype_t tre_ctype_t;
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 74 typedef wctype_t tre_ctype_t;
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 74 typedef wctype_t tre_ctype_t;
|
/third_party/musl/src/regex/ |
H A D | tre.h | 73 typedef wctype_t tre_ctype_t;
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 197 typedef unsigned long wctype_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 256 typedef unsigned long wctype_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | alltypes.h | 197 typedef unsigned long wctype_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 197 typedef unsigned long wctype_t; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 27274 typedef unsigned long int wctype_t; 27362 extern wctype_t wctype (const char *__property) throw (); 27366 extern int iswctype (wint_t __wc, wctype_t __desc) throw (); 27448 extern wctype_t wctype_l (const char *__property, __locale_t __locale) 27453 extern int iswctype_l (wint_t __wc, wctype_t __desc, __locale_t __locale) 27484 using ::wctype_t; 28336 typedef wctype_t __wmask_type; [all...] |