Searched refs:nuInt16 (Results 1 – 2 of 2) sorted by relevance
91 ByteChucker& ByteChucker::operator << (sal_uInt16 nuInt16) in operator <<() argument93 p2Sequence[0] = static_cast< sal_Int8 >((nuInt16 >> 0 ) & 0xFF); in operator <<()94 p2Sequence[1] = static_cast< sal_Int8 >((nuInt16 >> 8 ) & 0xFF); in operator <<()
57 ByteChucker& operator << (sal_uInt16 nuInt16);