Searched defs:is_digit (Results 1 – 12 of 12) sorted by relevance
38 #define is_digit(ch) \ macro
73 #define is_digit(c) ((unsigned)to_digit(c) <= 9) in __weak_alias() macro
252 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
80 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
354 is_digit(int ch) in is_digit() function
287 def is_digit(code_point): function
36 int is_digit = s >= '0' && s <= '9'; in no_mischief_strncpy() local
109 is_digit(char c) is_digit() function
851 is_digit(char c) is_digit() function
1186 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
132 static int is_digit (char ch) in is_digit() function