Home
last modified time | relevance | path

Searched refs:StringEqual (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxmlparser.cpp513 bool TiXmlBase::StringEqual( const char* p, in StringEqual() function in TiXmlBase
566 && !StringEqual( p, endTag, caseInsensitive, encoding ) in ReadText()
582 && !StringEqual( p, endTag, caseInsensitive, encoding ) ) in ReadText()
754 else if ( StringEqual( enc, "UTF-8", true, TIXML_ENCODING_UNKNOWN ) ) in Parse()
756 else if ( StringEqual( enc, "UTF8", true, TIXML_ENCODING_UNKNOWN ) ) in Parse()
825 if ( StringEqual( p, xmlHeader, true, encoding ) ) in Identify()
832 else if ( StringEqual( p, commentHeader, false, encoding ) ) in Identify()
839 else if ( StringEqual( p, cdataHeader, false, encoding ) ) in Identify()
848 else if ( StringEqual( p, dtdHeader, false, encoding ) ) in Identify()
1086 if ( StringEqual( p, endTag.c_str(), false, encoding ) ) in Parse()
[all …]
Dtinyxml.h325 static bool StringEqual( const char* p,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsynchronize.h268 class StringEqual {
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;