Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1736 return _writeBOM; in HasBOM()
1741 _writeBOM = useBOM; in SetBOM()
1872 bool _writeBOM; variable
Dtinyxml2.cpp2008 _writeBOM( false ), in XMLDocument()
2388 p = const_cast<char*>( XMLUtil::ReadBOM( p, &_writeBOM ) ); in Parse()