Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_codepage.cpp18 struct FX_CHARSET_MAP { struct
28 const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = {
293 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1; in FX_GetCodePageFromCharset()
298 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid]; in FX_GetCodePageFromCharset()