Searched refs:kCharToHexLookup (Results 1 – 2 of 2) sorted by relevance
96 extern const char kCharToHexLookup[8];100 return c - kCharToHexLookup[c / 0x20]; in HexCharToValue()
224 const char kCharToHexLookup[8] = { variable