Searched refs:wctype_t (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 48 #define wctype_t regex_wctype_t macro 51 typedef short wctype_t; typedef 58 extern wctype_t __regex_wctype(const char *); 59 extern int __regex_iswctype(wint_t, wctype_t);
|
D | regex2.h | 123 wctype_t *types;
|
D | regcomp.c | 168 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct); 249 wctype_t 254 return (wctype_t)(i + 1); in __regex_wctype() 256 return (wctype_t)0; in __regex_wctype() 260 __regex_iswctype(wint_t c, wctype_t ct) in __regex_iswctype() 1322 wctype_t wct; 1819 CHaddtype(struct parse *p, cset *cs, wctype_t wct) 1822 wctype_t *newtypes;
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 36 TYPE(wctype_t); in wctype_h() 49 FUNCTION(iswctype, int (*f)(wint_t, wctype_t)); in wctype_h() 50 FUNCTION(iswctype_l, int (*f)(wint_t, wctype_t, locale_t)); in wctype_h() 75 FUNCTION(wctype, wctype_t (*f)(const char*)); in wctype_h() 76 FUNCTION(wctype_l, wctype_t (*f)(const char*, locale_t)); in wctype_h()
|
D | wchar_h.c | 40 TYPE(wctype_t); in wchar_h()
|
/bionic/libc/include/bits/ |
D | wctype.h | 56 typedef long wctype_t; typedef 57 wctype_t wctype(const char* _Nonnull __name); 58 int iswctype(wint_t __wc, wctype_t __type);
|
/bionic/libc/bionic/ |
D | wctype.cpp | 97 int iswctype(wint_t wc, wctype_t char_class) { in iswctype() 115 int iswctype_l(wint_t wc, wctype_t char_class, locale_t) { in iswctype_l() 146 wctype_t wctype(const char* property) { in wctype() 154 return static_cast<wctype_t>(i); in wctype() 157 return static_cast<wctype_t>(0); in wctype() 160 wctype_t wctype_l(const char* property, locale_t) { in wctype_l()
|
/bionic/libc/include/ |
D | wctype.h | 57 wctype_t wctype_l(const char* _Nonnull __name, locale_t _Nonnull __l); 58 int iswctype_l(wint_t __wc, wctype_t __transform, locale_t _Nonnull __l);
|