Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp164 m_wCodePage = FX_CODEPAGE_UTF16BE; in CFX_SeekableStreamProxy()
236 m_wCodePage == FX_CODEPAGE_UTF16BE) { in ReadString()
243 if (m_wCodePage == FX_CODEPAGE_UTF16BE) in ReadString()
Dfx_codepage.h34 #define FX_CODEPAGE_UTF16BE 1201 macro
/external/pdfium/core/fxcrt/xml/
Dcfx_xmldoc.cpp62 } else if (wCodePage == FX_CODEPAGE_UTF16BE) { in SaveXMLNode()
Dcfx_xmlnode.cpp342 } else if (wCodePage == FX_CODEPAGE_UTF16BE) { in SaveXMLNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp366 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && in StartParse()