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

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp964 bool firstCharFound = false; local
997 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) )
999 firstCharFound = true;
/external/tinyxml/
H A Dtinyxmlparser.cpp946 bool firstCharFound = false; local
968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) )
970 firstCharFound = true;

Completed in 142 milliseconds