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

  /external/chromium_org/third_party/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...]
tinyxml.h 365 // to English words: StringEqual( p, "version", true ) is fine.
366 static bool StringEqual( const char* p,
    [all...]
  /external/chromium_org/v8/src/compiler/
simplified-operator.h 116 const Operator* StringEqual();
opcodes.h 147 V(StringEqual) \
simplified-operator.cc 111 V(StringEqual, Operator::kCommutative, 2) \
simplified-operator-unittest.cc 58 PURE(StringEqual, Operator::kCommutative, 2),
js-typed-lowering.cc 364 return r.ChangeToPureOperator(simplified()->StringEqual(), invert);
415 return r.ChangeToPureOperator(simplified()->StringEqual(), invert);
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.h 86 Node* StringEqual(Node* a, Node* b) {
87 return NewNode(simplified()->StringEqual(), a, b);
test-simplified-lowering.cc     [all...]
  /external/openfst/src/include/fst/
synchronize.h 299 class StringEqual {
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;

Completed in 902 milliseconds