Home | History | Annotate | Download | only in utils

Lines Matching refs:is_digit

22 static inline bool is_digit(int c)
34 if (is_digit(c))
148 if (!is_digit(*str))
152 while (is_digit(*str))
174 if (!is_digit(*str))
178 while (is_digit(*str))
186 while (is_digit(*str))
222 if (!is_digit(*str) && *str != '.')
226 while (is_digit(*str))
243 while (is_digit(*str) && fraction < end)
248 while (is_digit(*str))