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