Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h1352 return writeBOM; in HasBOM()
1357 writeBOM = useBOM; in SetBOM()
1468 bool writeBOM; variable
1741 void PushHeader( bool writeBOM, bool writeDeclaration );
H A Dtinyxml2.cpp1458 writeBOM( false ), in XMLDocument()
1592 p = XMLUtil::ReadBOM( p, &writeBOM ); in LoadFile()
1643 p = XMLUtil::ReadBOM( p, &writeBOM ); in Parse()
1804 void XMLPrinter::PushHeader( bool writeBOM, bool writeDec ) in PushHeader() argument
1807 if ( writeBOM ) { in PushHeader()