Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1789 return _writeBOM; in HasBOM()
1794 _writeBOM = useBOM; in SetBOM()
1925 bool _writeBOM; variable
Dtinyxml2.cpp2111 _writeBOM( false ), in XMLDocument()
2491 p = const_cast<char*>( XMLUtil::ReadBOM( p, &_writeBOM ) ); in Parse()