HomeSort by relevance Sort by last modified time
    Searched refs:firstCharFound (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 964 bool firstCharFound = false;
997 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) )
999 firstCharFound = true;
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 946 bool firstCharFound = false;
968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) )
970 firstCharFound = true;
    [all...]

Completed in 32 milliseconds