Searched refs:getNibble (Results 1 – 3 of 3) sorted by relevance
224 sal_uInt8 getNibble(sal_uInt32 nValue, sal_uInt16 nShift) const;
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble() function in writerfilter::doctok::WW8StructBase
871 static sal_uInt8 getNibble( sal_Char cChar ) in getNibble() function897 cChar = getNibble( *pStr++ ) << 4; in handleTranslation()898 cChar |= getNibble( *pStr++ ); in handleTranslation()
Completed in 25 milliseconds