Searched defs:iswascii (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/locale/
H A Diswctype.c59 #undef iswascii macro
61 iswascii(wc) function
/freebsd-10-stable/include/
H A Dwctype.h115 #define iswascii(wc) (((wc) & ~0x7F) == 0) macro

Completed in 121 milliseconds