Searched refs:m_char (Results 1 – 1 of 1) sorted by relevance
33 const uint8_t m_char[26] = {0x77, 0x7c, 0x39, 0x5e, 0x79, variable191 return m_char[(int)c - 97]; in encode()193 return m_char[(int)c - 65]; in encode()