Home | History | Annotate | Download | only in Include

Lines Matching refs:btowc

735 #define isalnum(c) iswalnum(btowc(c))

737 #define isalpha(c) iswalpha(btowc(c))
739 #define islower(c) iswlower(btowc(c))
741 #define isspace(c) iswspace(btowc(c))
743 #define isupper(c) iswupper(btowc(c))
745 #define tolower(c) towlower(btowc(c))
747 #define toupper(c) towupper(btowc(c))