Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp30 struct FX_CHARSET_MAP { struct
35 const FX_CHARSET_MAP g_FXCharset2CodePageTable[] = {
70 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1; in GetCodePageFromCharset()
76 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid]; in GetCodePageFromCharset()