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