Lines Matching refs:Py_ISDIGIT
217 if (!Py_ISDIGIT(*p) && *p != '.') in _PyOS_ascii_strtod()
228 while (Py_ISDIGIT(*p)) in _PyOS_ascii_strtod()
236 while (Py_ISDIGIT(*p)) in _PyOS_ascii_strtod()
243 while (Py_ISDIGIT(*p)) in _PyOS_ascii_strtod()
459 while (Py_ISDIGIT(*buffer)) in change_decimal_from_locale_to_dot()
502 while (*p && Py_ISDIGIT(*p)) { in ensure_minimum_exponent_length()
563 while (Py_ISDIGIT(*p)) in remove_trailing_zeros()
571 while (Py_ISDIGIT(*p)) in remove_trailing_zeros()
614 while (*p && Py_ISDIGIT(*p)) in ensure_decimal_point()
619 if (Py_ISDIGIT(*(p+1))) { in ensure_decimal_point()
1026 if (digits_len && !Py_ISDIGIT(digits[0])) { in format_float_short()