Searched refs:nZahl (Results 1 – 2 of 2) sorted by relevance
231 sal_uInt8 nZahl = sal_uInt8( n / nMask ); in toRoman() local235 if( 5 < nZahl ) in toRoman()237 if( nZahl < 9 ) in toRoman()240 nZahl -= 5; in toRoman()242 switch( nZahl ) in toRoman()
704 sal_uInt8 nZahl = sal_uInt8(nNo / nMask); in CreateRomanString() local708 if( 5 < nZahl ) in CreateRomanString()710 if( nZahl < 9 ) in CreateRomanString()713 nZahl -= 5; in CreateRomanString()715 switch( nZahl ) in CreateRomanString()
Completed in 140 milliseconds