Searched refs:firstCharFound (Results 1 - 1 of 1) sorted by relevance
/external/tinyxml/ | ||
H A D | tinyxmlparser.cpp | 946 bool firstCharFound = false; local 968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) 970 firstCharFound = true; |
Completed in 59 milliseconds