Searched refs:g_FX_Bit2Charset (Results 1 – 1 of 1) sorted by relevance
360 const FX_BIT2CHARSET g_FX_Bit2Charset[4][16] = { variable916 if ((a[n] & g_FX_Bit2Charset[n][i].wBit) != 0) in GetCharsets()917 charsets.push_back(g_FX_Bit2Charset[n][i].wCharset); in GetCharsets()