Home
last modified time | relevance | path

Searched refs:rInt16 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx114 MemoryByteGrabber& operator >> (sal_Int16& rInt16) in operator >>() argument
117 rInt16 = 0; in operator >>()
120 rInt16 = mpBuffer[mnCurrent++] & 0xFF; in operator >>()
121 rInt16 |= ( mpBuffer[mnCurrent++] & 0xFF ) << 8; in operator >>()
147 MemoryByteGrabber& operator >> (sal_uInt16& rInt16) in operator >>() argument
150 rInt16 = 0; in operator >>()
153 rInt16 = mpBuffer [mnCurrent++] & 0xFF; in operator >>()
154 rInt16 |= ( mpBuffer [mnCurrent++] & 0xFF ) << 8; in operator >>()
H A DByteGrabber.cxx113 ByteGrabber& ByteGrabber::operator >> (sal_Int16& rInt16) in operator >>() argument
117 rInt16 = 0; in operator >>()
121 rInt16 = static_cast <sal_Int16> in operator >>()
156 ByteGrabber& ByteGrabber::operator >> (sal_uInt16& rInt16) in operator >>() argument
161 rInt16 = 0; in operator >>()
165 rInt16 = static_cast <sal_uInt16> in operator >>()
/trunk/main/package/inc/
H A DByteGrabber.hxx66 ByteGrabber& operator >> (sal_Int16& rInt16);

Completed in 20 milliseconds