Home
last modified time | relevance | path

Searched refs:firstCharFound (Results 1 – 2 of 2) 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()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp964 bool firstCharFound = false; in StreamIn() local
997 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()
999 firstCharFound = true; in StreamIn()