Home
last modified time | relevance | path

Searched refs:g_FXCharset2CodePageTable (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_codepage.cpp8 static const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = { variable
18 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1; in FX_GetCodePageFromCharset()
23 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid]; in FX_GetCodePageFromCharset()