Home
last modified time | relevance | path

Searched refs:nuInt16 (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/package/source/zipapi/
H A DByteChucker.cxx93 ByteChucker& ByteChucker::operator << (sal_uInt16 nuInt16) in operator <<() argument
95 p2Sequence[0] = static_cast< sal_Int8 >((nuInt16 >> 0 ) & 0xFF); in operator <<()
96 p2Sequence[1] = static_cast< sal_Int8 >((nuInt16 >> 8 ) & 0xFF); in operator <<()
/aoo4110/main/package/inc/
H A DByteChucker.hxx59 ByteChucker& operator << (sal_uInt16 nuInt16);

Completed in 19 milliseconds