Searched defs:isdigit (Results 1 – 3 of 3) sorted by relevance
133 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
30 #define isdigit(a) ((unsigned char)((a) - '0') <= 9) macro
72 Bool VG_(isdigit) ( HChar c ) in VG_() argument