Searched refs:S_Sign (Results 1 – 1 of 1) sorted by relevance
722 …enum State { S_End = 0, S_Sign, S_IntStart, S_Int, S_IgnoreIntDigs, S_Frac, S_IgnoreFracDigs, S_Ex… in ParseDouble() enumerator724 State eS = S_Sign; in ParseDouble()737 case S_Sign: in ParseDouble()
Completed in 28 milliseconds