Searched refs:nDecimal (Results 1 – 1 of 1) sorted by relevance
842 sal_Int32 nDecimal = nValue % nFactor; in appendFixedInt() local843 if( nDecimal ) in appendFixedInt()847 while( (nDecimal % 10) == 0 ) in appendFixedInt()848 nDecimal /= 10; in appendFixedInt()849 rBuffer.append( nDecimal ); in appendFixedInt()
Completed in 531 milliseconds