Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h54 #define iswalpha(a) isalpha(a) macro
/bionic/libc/bionic/
Dwctype.cpp67 int iswalpha(wint_t wc) { in iswalpha() function
/bionic/tests/
Dwctype_test.cpp57 TEST(wctype, iswalpha) { in TEST() argument