Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp55 TEST(wctype, iswalnum) { in TEST() argument
59 TEST(wctype, iswalpha) { in TEST() argument
63 TEST(wctype, iswblank) { in TEST() argument
67 TEST(wctype, iswcntrl) { in TEST() argument
71 TEST(wctype, iswdigit) { in TEST() argument
75 TEST(wctype, iswgraph) { in TEST() argument
79 TEST(wctype, iswlower) { in TEST() argument
83 TEST(wctype, iswprint) { in TEST() argument
87 TEST(wctype, iswpunct) { in TEST() argument
91 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.cpp146 wctype_t wctype(const char* property) { in wctype() function