Searched refs:pFirstPoint (Results 1 – 1 of 1) sorted by relevance
620 pFirstPoint = 0; in CheckVersionSyntax_Number() local633 pFirstPoint = p; in CheckVersionSyntax_Number()640 AND pFirstPoint != 0 AND countPoint < 3 // 1 or 2 points in CheckVersionSyntax_Number()641 …AND pFirstPoint + 1 != pLastPoint // there are digits between two po… in CheckVersionSyntax_Number()643 … AND (*(pLastPoint + 1) != '0' OR pLastPoint == pFirstPoint) ) // the first micro-digit is not 0 in CheckVersionSyntax_Number()
Completed in 9 milliseconds