Searched refs:g_alphaNumericTable (Results 1 – 1 of 1) sorted by relevance
45 const int8_t g_alphaNumericTable[] = { variable654 return (code >= 0 && code < 96) ? g_alphaNumericTable[code] : -1; in GetAlphaNumericCode()