Home
last modified time | relevance | path

Searched refs:pLastPoint (Results 1 – 1 of 1) sorted by relevance

/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx622 pLastPoint = 0; in CheckVersionSyntax_Number() local
634 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 18 milliseconds