Searched refs:g_FXCharset2CodePageTable (Results 1 – 1 of 1) sorted by relevance
164 const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = { variable213 std::lower_bound(std::begin(g_FXCharset2CodePageTable), in FX_GetCodePageFromCharset()214 std::end(g_FXCharset2CodePageTable), charset, in FX_GetCodePageFromCharset()218 if (result != std::end(g_FXCharset2CodePageTable) && in FX_GetCodePageFromCharset()226 for (const auto& it : g_FXCharset2CodePageTable) { in FX_GetCharsetFromCodePage()