Searched defs:wctype (Results 1 – 3 of 3) sorted by relevance
| /bionic/tests/ |
| D | wctype_test.cpp | 53 TEST(wctype, iswalnum) { in TEST() argument 57 TEST(wctype, iswalpha) { in TEST() argument 61 TEST(wctype, iswblank) { in TEST() argument 65 TEST(wctype, iswcntrl) { in TEST() argument 69 TEST(wctype, iswdigit) { in TEST() argument 73 TEST(wctype, iswgraph) { in TEST() argument 77 TEST(wctype, iswlower) { in TEST() argument 81 TEST(wctype, iswprint) { in TEST() argument 85 TEST(wctype, iswpunct) { in TEST() argument 89 TEST(wctype, iswspace) { in TEST() argument [all …]
|
| /bionic/libc/upstream-netbsd/lib/libc/regex/ |
| D | utils.h | 60 #define wctype(s) __regex_wctype(s) macro
|
| /bionic/libc/bionic/ |
| D | wctype.cpp | 143 wctype_t wctype(const char* property) { in wctype() function
|