Home
last modified time | relevance | path

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

/external/tinyxml/
Dtinyxmlparser.cpp946 bool firstCharFound = false; in StreamIn() local
968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()
970 firstCharFound = true; in StreamIn()