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

  /external/tinyxml/
tinyxmlparser.cpp 513 bool TiXmlBase::StringEqual( const char* p,
566 && !StringEqual( p, endTag, caseInsensitive, encoding )
582 && !StringEqual( p, endTag, caseInsensitive, encoding ) )
754 else if ( StringEqual( enc, "UTF-8", true, TIXML_ENCODING_UNKNOWN ) )
756 else if ( StringEqual( enc, "UTF8", true, TIXML_ENCODING_UNKNOWN ) )
825 if ( StringEqual( p, xmlHeader, true, encoding ) )
832 else if ( StringEqual( p, commentHeader, false, encoding ) )
839 else if ( StringEqual( p, cdataHeader, false, encoding ) )
848 else if ( StringEqual( p, dtdHeader, false, encoding ) )
1086 if ( StringEqual( p, endTag.c_str(), false, encoding )
    [all...]
tinyxml.h 324 // to English words: StringEqual( p, "version", true ) is fine.
325 static bool StringEqual( const char* p,
    [all...]
  /external/openfst/src/include/fst/
synchronize.h 299 class StringEqual {
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 268 class StringEqual {
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;

Completed in 37 milliseconds