Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp167 m_wCodePage = FX_CODEPAGE_UTF16LE; in CFX_SeekableStreamProxy()
235 if (m_wCodePage == FX_CODEPAGE_UTF16LE || in ReadString()
Dfx_codepage.h33 #define FX_CODEPAGE_UTF16LE 1200 macro
/external/pdfium/core/fxcrt/xml/
Dcfx_xmldoc.cpp60 if (wCodePage == FX_CODEPAGE_UTF16LE) { in SaveXMLNode()
Dcfx_xmlnode.cpp340 if (wCodePage == FX_CODEPAGE_UTF16LE) { in SaveXMLNode()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp298 case FX_CODEPAGE_UTF16LE: in GetNativeCharset()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp587 case FX_CODEPAGE_UTF16LE: in GetNativeCharSet()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp366 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && in StartParse()