Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_codepage.h47 #define FX_CODEPAGE_UTF16BE 1201 macro
Dfgas_stream.cpp940 m_wCodePage = FX_CODEPAGE_UTF16BE; in InitStream()
959 m_wCodePage = FX_CODEPAGE_UTF16BE; in InitStream()
1055 m_wCodePage == FX_CODEPAGE_UTF16BE) { in ReadString()
1067 if (m_wCodePage == FX_CODEPAGE_UTF16BE) { in ReadString()
1410 return FX_CODEPAGE_UTF16BE; in GetCodePage()
1417 return FX_CODEPAGE_UTF16BE; in SetCodePage()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp406 } else if (wCodePage == FX_CODEPAGE_UTF16BE) { in SaveXMLNode()
976 } else if (wCodePage == FX_CODEPAGE_UTF16BE) { in SaveXMLNode()
1086 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && in SaveXML()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp294 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && in StartParse()