Searched refs:seen_digit (Results 1 – 1 of 1) sorted by relevance
895 bool seen_digit = false; in decimal_string_to_float() local913 seen_digit = true; in decimal_string_to_float()943 if (!seen_digit) in decimal_string_to_float()1006 bool seen_digit = false; in hexadecimal_string_to_float() local1025 seen_digit = true; in hexadecimal_string_to_float()1055 if (!seen_digit) in hexadecimal_string_to_float()1133 bool seen_digit = false; in strtofloatingpoint() local1158 seen_digit = true; in strtofloatingpoint()1194 seen_digit = parse_result.parsed_len != 0; in strtofloatingpoint()1202 seen_digit = true; in strtofloatingpoint()[all …]