Searched refs:rUInt32 (Results 1 – 2 of 2) sorted by relevance
355 SvStream& operator>>( sal_uInt32& rUInt32 );418 SvStream& ReadNumber( sal_uInt32& rUInt32 );
2200 SvStream& SvStream::ReadNumber( sal_uInt32& rUInt32 ) in ReadNumber() argument2218 rUInt32 = strtoul( buf, &pEndPtr, (int)nRadix ); in ReadNumber()
Completed in 19 milliseconds