Home
last modified time | relevance | path

Searched refs:m_wCodePage (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp115 : m_wCodePage(FX_CODEPAGE_DefANSI), in CFX_SeekableStreamProxy()
129 m_wCodePage = FX_CODEPAGE_UTF8; in CFX_SeekableStreamProxy()
134 m_wCodePage = FX_CODEPAGE_UTF16BE; in CFX_SeekableStreamProxy()
137 m_wCodePage = FX_CODEPAGE_UTF16LE; in CFX_SeekableStreamProxy()
140 m_wCodePage = FXSYS_GetACP(); in CFX_SeekableStreamProxy()
180 m_wCodePage = wCodePage; in SetCodePage()
205 if (m_wCodePage == FX_CODEPAGE_UTF16LE || in ReadBlock()
206 m_wCodePage == FX_CODEPAGE_UTF16BE) { in ReadBlock()
210 if (m_wCodePage == FX_CODEPAGE_UTF16BE) in ReadBlock()
225 if (m_wCodePage != FX_CODEPAGE_UTF8) in ReadBlock()
Dcfx_seekablestreamproxy.h25 uint16_t GetCodePage() const { return m_wCodePage; } in GetCodePage()
42 uint16_t m_wCodePage; variable