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

  /external/openfst/src/include/fst/
synchronize.h 299 class StringEqual {
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 534 bool TiXmlBase::StringEqual( const char* p,
587 && !StringEqual( p, endTag, caseInsensitive, encoding )
603 && !StringEqual( p, endTag, caseInsensitive, encoding ) )
777 else if ( StringEqual( enc, "UTF-8", true, TIXML_ENCODING_UNKNOWN ) )
779 else if ( StringEqual( enc, "UTF8", true, TIXML_ENCODING_UNKNOWN ) )
847 if ( StringEqual( p, xmlHeader, true, encoding ) )
854 else if ( StringEqual( p, commentHeader, false, encoding ) )
861 else if ( StringEqual( p, cdataHeader, false, encoding ) )
870 else if ( StringEqual( p, dtdHeader, false, encoding ) )
1122 if ( StringEqual( p, endTag.c_str(), false, encoding )
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 268 class StringEqual {
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;
  /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...]
  /external/tinyxml2/
tinyxml2.h 369 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
    [all...]

Completed in 220 milliseconds