Home
last modified time | relevance | path

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

/third_party/lame/ACM/tinyxml/
Dtinyxmlparser.cpp468 bool firstCharFound = false; in StreamIn() local
483 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()
485 firstCharFound = true; in StreamIn()
/third_party/skia/third_party/externals/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()