/third_party/lame/ACM/tinyxml/ |
H A D | tinyxmlparser.cpp | 145 bool TiXmlBase::StringEqual( const char* p, in StringEqual() function in TiXmlBase 204 && !StringEqual( p, endTag, caseInsensitive ) in ReadText() 219 && !StringEqual( p, endTag, caseInsensitive ) ) in ReadText() 370 if ( StringEqual( p, xmlHeader, true ) ) in Identify() 385 else if ( StringEqual( p, commentHeader, false ) ) in Identify() 576 if ( StringEqual( p, endTag.c_str(), false ) ) in Parse() 645 if ( StringEqual( p, "</", false ) ) in ReadValue() 741 if ( !StringEqual( p, startTag, false ) ) in Parse() 863 if ( !p || !*p || !StringEqual( p, "<?xml", true ) ) in Parse() 886 if ( StringEqual( in Parse() [all...] |
H A D | tinyxml.h | 160 bool static StringEqual( const char* p,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 534 bool TiXmlBase::StringEqual( const char* p, in StringEqual() function in TiXmlBase 587 && !StringEqual( p, endTag, caseInsensitive, encoding ) in ReadText() 603 && !StringEqual( p, endTag, caseInsensitive, encoding ) ) in ReadText() 777 else if ( StringEqual( enc, "UTF-8", true, TIXML_ENCODING_UNKNOWN ) ) in Parse() 779 else if ( StringEqual( enc, "UTF8", true, TIXML_ENCODING_UNKNOWN ) ) in Parse() 847 if ( StringEqual( p, xmlHeader, true, encoding ) ) in Identify() 854 else if ( StringEqual( p, commentHeader, false, encoding ) ) in Identify() 861 else if ( StringEqual( p, cdataHeader, false, encoding ) ) in Identify() 870 else if ( StringEqual( p, dtdHeader, false, encoding ) ) in Identify() 1122 if ( StringEqual( in Parse() [all...] |
H A D | tinyxml.h | 365 // to English words: StringEqual( p, "version", true ) is fine. 366 static bool StringEqual( const char* p,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-typed-lowering.cc | 804 return r.ChangeToPureOperator(simplified()->StringEqual()); in ReduceJSEqual() 878 return r.ChangeToPureOperator(simplified()->StringEqual()); in ReduceJSEqual() 913 return r.ChangeToPureOperator(simplified()->StringEqual()); in ReduceJSStrictEqual() 947 return r.ChangeToPureOperator(simplified()->StringEqual()); in ReduceJSStrictEqual()
|
H A D | simplified-operator.h | 826 const Operator* StringEqual();
|
H A D | typed-optimization.cc | 596 // SameValue(x:string,y:string) => StringEqual(x,y) in ReduceSameValue() 597 NodeProperties::ChangeOp(node, simplified()->StringEqual()); in ReduceSameValue()
|
H A D | opcodes.h | 313 V(StringEqual) \
|
H A D | simplified-operator.cc | 794 V(StringEqual, Operator::kCommutative, 2, 0) \
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.h | 452 F(StringEqual, 2, 1) \
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 373 V(StringEqual) \ in IsSideEffectFreeIntrinsic()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 170 TFC(StringEqual, Compare) \
|
H A D | builtins-string-gen.cc | 723 TF_BUILTIN(StringEqual, StringBuiltinsAssembler) { in TF_BUILTIN()
|