Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwctype.cpp63 int iswctype(wint_t wc, wctype_t char_class) { in iswctype()
81 int iswctype_l(wint_t wc, wctype_t char_class, locale_t) { in iswctype_l()
91 wctype_t wctype(const char* property) { in wctype()
99 return static_cast<wctype_t>(i); in wctype()
102 return static_cast<wctype_t>(0); in wctype()
105 wctype_t wctype_l(const char* property, locale_t) { in wctype_l()
/bionic/libc/include/
Dwctype.h51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
Dwchar.h68 typedef long wctype_t; typedef
87 extern int iswctype(wint_t, wctype_t);
149 extern wctype_t wctype(const char *);