Searched defs:ISDIGIT (Results 1 – 2 of 2) sorted by relevance
33 #define ISDIGIT(Ch) isdigit (Ch) macro
111 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro122 # define ISDIGIT(Ch) __isdigit_l ((Ch), loc) macro
Completed in 8 milliseconds