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