Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.h47 virtual FX_WORD GetCodePage() const;
Dxfa_basic_imp.cpp619 FX_WORD CXFA_WideTextRead::GetCodePage() const { in GetCodePage() function in CXFA_WideTextRead
623 return GetCodePage(); in SetCodePage()
Dxfa_parser_imp.cpp75 FX_WORD wCodePage = m_pStream->GetCodePage(); in StartParse()
/external/pdfium/xfa/src/fgas/include/
Dfx_stm.h64 virtual FX_WORD GetCodePage() const = 0;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.h106 virtual FX_WORD GetCodePage() const { return m_wCodePage; } in GetCodePage() function
Dfde_csssyntax.cpp338 m_pStream->GetCodePage() != wCodePage) { in DoSyntaxParse()
Dfde_cssstylesheet.cpp130 if (pStream->GetCodePage() != wCodePage) { in LoadFromStream()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_stream.h201 virtual FX_WORD GetCodePage() const;
243 virtual FX_WORD GetCodePage() const;
Dfx_stream.cpp731 FX_WORD CFX_TextStream::GetCodePage() const { in GetCodePage() function in CFX_TextStream
1151 FX_WORD CFX_Stream::GetCodePage() const { in GetCodePage() function in CFX_Stream
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h91 int32_t GetCodePage() const { return m_nCodePage; } in GetCodePage() function
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp389 FX_WORD wCodePage = pXMLStream->GetCodePage(); in SaveXMLNode()
915 FX_WORD wCodePage = m_pStream->GetCodePage(); in LoadXML()
959 FX_WORD wCodePage = pXMLStream->GetCodePage(); in SaveXMLNode()
1068 FX_WORD wCodePage = pXMLStream->GetCodePage(); in SaveXML()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h460 virtual FX_WORD GetCodePage() const = 0;