Searched refs:_nMinDigits (Results 1 – 1 of 1) sorted by relevance
248 …endInt32ToBuffer( const sal_Int32 _nValue, ::rtl::OUStringBuffer& _rBuffer, sal_Int16 _nMinDigits ) in lcl_appendInt32ToBuffer() argument250 if ( ( _nMinDigits >= 4 ) && ( _nValue < 1000 ) ) in lcl_appendInt32ToBuffer()252 if ( ( _nMinDigits >= 3 ) && ( _nValue < 100 ) ) in lcl_appendInt32ToBuffer()254 if ( ( _nMinDigits >= 2 ) && ( _nValue < 10 ) ) in lcl_appendInt32ToBuffer()
Completed in 15 milliseconds