Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h26 void SetCodePage(uint16_t wCodePage);
Dcfx_seekablestreamproxy.cpp177 void CFX_SeekableStreamProxy::SetCodePage(uint16_t wCodePage) { in SetCodePage() function in CFX_SeekableStreamProxy
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp70 proxy->SetCodePage(FX_CODEPAGE_UTF8); in CFX_XMLParser()