Searched refs:EndDecimal (Results 1 – 1 of 1) sorted by relevance
885 const char *EndDecimal = SkipDigits(s); in ParseNumberStartingWithZero() local886 if (EndDecimal[0] == '.' || EndDecimal[0] == 'e' || EndDecimal[0] == 'E') { in ParseNumberStartingWithZero()887 s = EndDecimal; in ParseNumberStartingWithZero()