Searched defs:first_non_digit (Results 1 – 3 of 3) sorted by relevance
721 const char *first_non_digit = SkipDigits(s); in ParseDecimalOrOctalCommon() local823 const char *first_non_digit = SkipDigits(s); in ParseNumberStartingWithZero() local
155 auto first_non_digit = std::ranges::find_if( in ParseStatus() local