Home
last modified time | relevance | path

Searched refs:GetBOM (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widetextread.h30 int32_t GetBOM(uint8_t bom[4]) const override;
Dcxfa_widetextread.cpp81 int32_t CXFA_WideTextRead::GetBOM(uint8_t bom[4]) const { in GetBOM() function in CXFA_WideTextRead
/external/pdfium/xfa/fgas/crt/
Dfgas_stream.h61 virtual int32_t GetBOM(uint8_t bom[4]) const = 0;
Dfgas_stream.cpp222 int32_t GetBOM(uint8_t bom[4]) const override;
260 int32_t GetBOM(uint8_t bom[4]) const override;
1029 int32_t CFGAS_TextStream::GetBOM(uint8_t bom[4]) const { in GetBOM() function in CFGAS_TextStream
1400 int32_t CFGAS_Stream::GetBOM(uint8_t bom[4]) const { in GetBOM() function in CFGAS_Stream
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp123 int32_t nPos = pStream->GetBOM(bom); in SetTextByStream()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp1280 m_iCurrentPos = m_pStream->GetBOM(bom); in Init()