Searched refs:hexDigitToInt (Results 1 – 2 of 2) sorted by relevance
92 int StSRecordFile::hexDigitToInt(char digit) in hexDigitToInt() function in StSRecordFile118 return (hexDigitToInt(nibbleCharHi) << 4) | hexDigitToInt(nibbleCharLo); in readHexByte()
104 int hexDigitToInt(char digit);