Searched defs:ISDIGIT (Results 1 – 4 of 4) sorted by relevance
32 # define ISDIGIT(Ch) isdigit (Ch) macro39 # define ISDIGIT(Ch) iswdigit (Ch) macro
32 # define ISDIGIT(Ch) isdigit (Ch) macro46 # define ISDIGIT(Ch) iswdigit (Ch) macro
90 # define ISDIGIT(Ch) iswdigit (Ch) macro123 # define ISDIGIT(Ch) __isdigit_l (Ch, loc) macro
155 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10) macro172 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10) macro
Completed in 11 milliseconds