Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h25 uint16_t GetCodePage() const { return m_wCodePage; } in GetCodePage() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp67 uint16_t wCodePage = proxy->GetCodePage(); in CFX_XMLParser()