Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx224 sal_uInt8 getNibble(sal_uInt32 nValue, sal_uInt16 nShift) const;
H A DWW8StructBase.cxx79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble() function in writerfilter::doctok::WW8StructBase
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx871 static sal_uInt8 getNibble( sal_Char cChar ) in getNibble() function
897 cChar = getNibble( *pStr++ ) << 4; in handleTranslation()
898 cChar |= getNibble( *pStr++ ); in handleTranslation()

Completed in 30 milliseconds