Home | History | Annotate | Download | only in Lex

Lines Matching full:first_non_digit

721     const char *first_non_digit = SkipDigits(s);
722 if (containsDigits(s, first_non_digit)) {
724 s = first_non_digit;
823 const char *first_non_digit = SkipDigits(s);
824 if (!containsDigits(s, first_non_digit)) {
831 s = first_non_digit;