Home
last modified time | relevance | path

Searched refs:FX_CODEPAGE_UTF8 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp129 m_wCodePage = FX_CODEPAGE_UTF8; in CFX_SeekableStreamProxy()
225 if (m_wCodePage != FX_CODEPAGE_UTF8) in ReadBlock()
Dfx_codepage.h59 #define FX_CODEPAGE_UTF8 65001 macro
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp69 wCodePage != FX_CODEPAGE_UTF8) { in CFX_XMLParser()
70 proxy->SetCodePage(FX_CODEPAGE_UTF8); in CFX_XMLParser()