Searched refs:nuInt16 (Results 1 – 2 of 2) sorted by relevance
93 ByteChucker& ByteChucker::operator << (sal_uInt16 nuInt16) in operator <<() argument95 p2Sequence[0] = static_cast< sal_Int8 >((nuInt16 >> 0 ) & 0xFF); in operator <<()96 p2Sequence[1] = static_cast< sal_Int8 >((nuInt16 >> 8 ) & 0xFF); in operator <<()
59 ByteChucker& operator << (sal_uInt16 nuInt16);
Completed in 7 milliseconds