Home
last modified time | relevance | path

Searched defs:wctype (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dwctype_test.cpp53 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/
Dutils.h60 #define wctype(s) __regex_wctype(s) macro
/bionic/libc/bionic/
Dwctype.cpp143 wctype_t wctype(const char* property) { in wctype() function