OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBOM
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h
46
virtual int32_t
GetBOM
(uint8_t bom[4]) const { return 0; }
/external/pdfium/xfa/src/fgas/include/
fx_stm.h
63
virtual int32_t
GetBOM
(uint8_t bom[4]) const = 0;
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h
200
virtual int32_t
GetBOM
(uint8_t bom[4]) const;
242
virtual int32_t
GetBOM
(uint8_t bom[4]) const;
fx_stream.cpp
747
int32_t CFX_TextStream::
GetBOM
(uint8_t bom[4]) const {
[
all
...]
/external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp
46
m_iStreamPos = m_pStream->
GetBOM
(bom);
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
125
int32_t nPos = pStream->
GetBOM
(bom);
[
all
...]
Completed in 6002 milliseconds