Searched refs:isascii (Results 1 – 5 of 5) sorted by relevance
14 #ifndef isascii /* some toolchain use macro to define it */15 int isascii(int c) in isascii() function
21 #ifndef isascii /* some toolchain use macro to define it */22 int isascii(int c);
2871 No need to test isascii(c) before isdigit(c) or isxdigit(c).
3827 No need to test isascii(c) before isdigit(c) or isxdigit(c).
4080 No need to test isascii(c) before isdigit(c) or isxdigit(c).
Completed in 43 milliseconds