Searched refs:fNumeric1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrversion.cpp188 bool fNumeric1 = rtStrVersionParseBlock(&pszVer1, &iVal1, &cchBlock1); local
195 if (fNumeric1 && fNumeric2)
200 else if ( fNumeric1 != fNumeric2
201 && ( fNumeric1
208 else if ( fNumeric1 != fNumeric2
209 && (fNumeric1 ? iVal1 : iVal2) < 0)
212 return fNumeric1 ? -1 : 1;

Completed in 56 milliseconds