Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h61 #define iswctype(c, t) __regex_iswctype((c), (t)) macro
/bionic/tests/
Dwctype_test.cpp204 TEST(wctype, iswctype) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp97 int iswctype(wint_t wc, wctype_t char_class) { in iswctype() function