Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_codepage.h102 uint8_t FX_GetCharsetFromCodePage(uint16_t codepage);
Dfx_codepage.cpp225 uint8_t FX_GetCharsetFromCodePage(uint16_t codepage) { in FX_GetCharsetFromCodePage() function
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp155 return FX_GetCharsetFromCodePage(FXSYS_GetACP()); in GetNativeCharset()
Dcpdf_interactiveform.cpp584 return FX_GetCharsetFromCodePage(FXSYS_GetACP()); in GetNativeCharSet()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp528 Charset = FX_GetCharsetFromCodePage(CharsetCP); in FindSubstFont()