Home | History | Annotate | Download | only in libcpp

Lines Matching refs:seen_digit_sep

558   bool seen_digit_sep;
573 seen_digit_sep = false;
613 seen_digit_sep = false;
620 seen_digit_sep = true;
623 if (seen_digit_sep || DIGIT_SEP (*str))
626 seen_digit_sep = false;
636 if (seen_digit_sep || DIGIT_SEP (*str))
650 if (seen_digit_sep && float_flag != AFTER_EXPON)
727 seen_digit_sep = DIGIT_SEP (*str);
736 if (seen_digit_sep)