Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp17 {0x0000, 0x007F, 0, FX_CODEPAGE_MSWin_WesternEuropean},
18 {0x0080, 0x00FF, 1, FX_CODEPAGE_MSWin_WesternEuropean},
Dcfgas_fontmgr.cpp260 const uint16_t g_CodePages[] = {FX_CODEPAGE_MSWin_WesternEuropean,
/external/pdfium/core/fxcrt/
Dfx_codepage.h39 #define FX_CODEPAGE_MSWin_WesternEuropean 1252 macro
Dfx_codepage.cpp165 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean},
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp75 FX_CODEPAGE_MSWin_WesternEuropean, 0, nullptr); in LoadCalendarFont()