Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A DByteChucker.cxx42 , p2Sequence ( a2Sequence.getArray() ) in ByteChucker()
72 p2Sequence[0] = static_cast< sal_Int8 >((nInt16 >> 0 ) & 0xFF); in operator <<()
73 p2Sequence[1] = static_cast< sal_Int8 >((nInt16 >> 8 ) & 0xFF); in operator <<()
95 p2Sequence[0] = static_cast< sal_Int8 >((nuInt16 >> 0 ) & 0xFF); in operator <<()
96 p2Sequence[1] = static_cast< sal_Int8 >((nuInt16 >> 8 ) & 0xFF); in operator <<()
/trunk/main/package/inc/
H A DByteChucker.hxx43 sal_Int8 * const p1Sequence, * const p2Sequence, * const p4Sequence; member in ByteChucker

Completed in 15 milliseconds