/external/tinyxml/ |
D | tinyxmlparser.cpp | 513 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 …]
|
D | tinyxml.h | 325 static bool StringEqual( const char* p,
|
/external/sfntly/cpp/src/test/tinyxml/ |
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( p, endTag.c_str(), false, encoding ) ) in Parse() [all …]
|
D | tinyxml.cpp | 690 if ( StringEqual( node->Value(), "true", true, TIXML_ENCODING_UNKNOWN ) in QueryBoolAttribute() 691 || StringEqual( node->Value(), "yes", true, TIXML_ENCODING_UNKNOWN ) in QueryBoolAttribute() 692 || StringEqual( node->Value(), "1", true, TIXML_ENCODING_UNKNOWN ) ) in QueryBoolAttribute() 697 else if ( StringEqual( node->Value(), "false", true, TIXML_ENCODING_UNKNOWN ) in QueryBoolAttribute() 698 || StringEqual( node->Value(), "no", true, TIXML_ENCODING_UNKNOWN ) in QueryBoolAttribute() 699 || StringEqual( node->Value(), "0", true, TIXML_ENCODING_UNKNOWN ) ) in QueryBoolAttribute()
|
D | tinyxml.h | 366 static bool StringEqual( const char* p,
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 615 if ( StringEqual( str, "true" ) ) { in ToBool() 619 else if ( StringEqual( str, "false" ) ) { in ToBool() 685 if ( XMLUtil::StringEqual( p, xmlHeader, xmlHeaderLen ) ) { in Identify() 690 else if ( XMLUtil::StringEqual( p, commentHeader, commentHeaderLen ) ) { in Identify() 695 else if ( XMLUtil::StringEqual( p, cdataHeader, cdataHeaderLen ) ) { in Identify() 702 else if ( XMLUtil::StringEqual( p, dtdHeader, dtdHeaderLen ) ) { in Identify() 707 else if ( XMLUtil::StringEqual( p, elementHeader, elementHeaderLen ) ) { in Identify() 1073 else if ( !XMLUtil::StringEqual( endTag.GetStr(), ele->Name() ) ) { in ParseDeep() 1126 if ( XMLUtil::StringEqual( element->Name(), name ) ) { in ToElementWithName() 1175 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) ); in ShallowEqual() [all …]
|
D | tinyxml2.h | 582 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
|
/external/v8/src/ |
D | code-factory.cc | 273 TFS_BUILTIN(StringEqual) 294 return StringEqual(isolate); in StringCompare() 310 return StringEqual(isolate); in StringCompare()
|
D | code-factory.h | 128 static Callable StringEqual(Isolate* isolate);
|
D | code-stub-assembler.cc | 7061 ? CodeFactory::StringEqual(isolate()) in Equal() 7463 ? CodeFactory::StringEqual(isolate()) in StrictEqual()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 352 const Operator* StringEqual(); in NON_EXPORTED_BASE()
|
D | js-typed-lowering.cc | 944 return r.ChangeToPureOperator(simplified()->StringEqual(), invert); in ReduceJSEqual() 982 return r.ChangeToPureOperator(simplified()->StringEqual(), invert); in ReduceJSEqual() 1022 return r.ChangeToPureOperator(simplified()->StringEqual(), invert); in ReduceJSStrictEqual() 1042 return r.ChangeToPureOperator(simplified()->StringEqual(), invert); in ReduceJSStrictEqual()
|
D | opcodes.h | 234 V(StringEqual) \
|
D | simplified-operator.cc | 492 V(StringEqual, Operator::kCommutative, 2, 0) \
|
D | effect-control-linearizer.cc | 2111 return LowerStringComparison(CodeFactory::StringEqual(isolate()), node); in LowerStringEqual()
|
/external/v8/src/runtime/ |
D | runtime.h | 535 F(StringEqual, 2, 1) \
|
/external/v8/src/builtins/ |
D | builtins.h | 142 TFS(StringEqual, BUILTIN, kNoExtraICState, Compare, 1) \
|
D | builtins-date.cc | 1120 Callable string_equal = CodeFactory::StringEqual(assembler.isolate()); in Generate_DatePrototypeToPrimitive()
|
D | builtins-array.cc | 1848 Node* result = CallStub(CodeFactory::StringEqual(isolate()), context, in TF_BUILTIN() 2211 Callable callable = CodeFactory::StringEqual(assembler.isolate()); in Generate_ArrayIndexOf()
|
D | builtins-string.cc | 443 TF_BUILTIN(StringEqual, StringBuiltinsAssembler) { in TF_BUILTIN() argument
|