Lines Matching refs:ImpIntToString
2438 sFrac = ImpIntToString( nIx, nFrac ); in GetOutputString()
2439 sDiv = ImpIntToString( nIx, nDiv ); in GetOutputString()
2761 OutString += ImpIntToString( nIx, nMin ); in ImpGetTimeOutput()
2764 OutString += ImpIntToString( nIx, nMin, 2 ); in ImpGetTimeOutput()
2767 OutString += ImpIntToString( nIx, nHour ); in ImpGetTimeOutput()
2770 OutString += ImpIntToString( nIx, nHour, 2 ); in ImpGetTimeOutput()
2773 OutString += ImpIntToString( nIx, nSec ); in ImpGetTimeOutput()
2776 OutString += ImpIntToString( nIx, nSec, 2 ); in ImpGetTimeOutput()
3093 OutString += ImpIntToString( nIx, nVal ); in ImpGetDateOutput()
3293 OutString += ImpIntToString( nIx, nMin ); in ImpGetDateTimeOutput()
3296 OutString += ImpIntToString( nIx, nMin, 2 ); in ImpGetDateTimeOutput()
3299 OutString += ImpIntToString( nIx, nHour ); in ImpGetDateTimeOutput()
3302 OutString += ImpIntToString( nIx, nHour, 2 ); in ImpGetDateTimeOutput()
3305 OutString += ImpIntToString( nIx, nSec ); in ImpGetDateTimeOutput()
3308 OutString += ImpIntToString( nIx, nSec, 2 ); in ImpGetDateTimeOutput()
3415 OutString += ImpIntToString( nIx, nVal ); in ImpGetDateTimeOutput()