Searched refs:l_firstByte (Results 1 – 1 of 1) sorted by relevance
220 size_t l_firstByte = i_keyword[0]; in encodeKeyword() local 222 auto l_hexValue = commonUtility::toHex(l_firstByte >> 4); in encodeKeyword() 232 l_hexValue = commonUtility::toHex(l_firstByte & 0x0f); in encodeKeyword()