Searched refs:nDigitPos (Results 1 – 1 of 1) sorted by relevance
719 short nState,nDigitPos,nExponentPos,nMaxDigit,nMaxExponentDigit; in ScanFormatString() local739 nDigitPos = nMaxDigit; in ScanFormatString()745 nDigitPos = nNoOfDigitsLeft-1; // Z"ahlweise f"angt bei 0 an, 10^0 in ScanFormatString()747 bDigitPosNegative = (nDigitPos < 0); in ScanFormatString()792 if( nMaxDigit>nDigitPos ) in ScanFormatString()794 for( short j=nMaxDigit; j>nDigitPos; j-- ) in ScanFormatString()813 if( nMaxDigit<nDigitPos && ( c=='0' || bZeroSpaceOn ) ) in ScanFormatString()823 …f( bGenerateThousandSeparator && ( c=='0' || nMaxDigit>=nDigitPos ) && nDigitPos>0 && (nDigitPos %… in ScanFormatString()839 …f( bGenerateThousandSeparator && ( c=='0' || nMaxDigit>=nDigitPos ) && nDigitPos>0 && (nDigitPos %… in ScanFormatString()843 nDigitPos--; in ScanFormatString()[all …]
Completed in 10 milliseconds