Searched refs:pLastPoint (Results 1 – 1 of 1) sorted by relevance
622 pLastPoint = 0; in CheckVersionSyntax_Number() local634 pLastPoint = p; in CheckVersionSyntax_Number()641 …AND pFirstPoint + 1 != pLastPoint // there are digits between two po… in CheckVersionSyntax_Number()642 … AND *i_versionPart2.begin() != pt AND *(pLastPoint + 1) != 0 // points are surrounded by digits in CheckVersionSyntax_Number()643 … AND (*(pLastPoint + 1) != '0' OR pLastPoint == pFirstPoint) ) // the first micro-digit is not 0 in CheckVersionSyntax_Number()
Completed in 8 milliseconds