Lines Matching refs:StringEqual

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()
1087 else if ( !XMLUtil::StringEqual( endTag.GetStr(), ele->Name() ) ) { in ParseDeep()
1140 if ( XMLUtil::StringEqual( element->Name(), name ) ) { in ToElementWithName()
1189 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) ); in ShallowEqual()
1237 return ( comment && XMLUtil::StringEqual( comment->Value(), Value() )); in ShallowEqual()
1286 return ( declaration && XMLUtil::StringEqual( declaration->Value(), Value() )); in ShallowEqual()
1334 return ( unknown && XMLUtil::StringEqual( unknown->Value(), Value() )); in ShallowEqual()
1518 if ( XMLUtil::StringEqual( a->Name(), name ) ) { in FindAttribute()
1532 if ( !value || XMLUtil::StringEqual( a->Value(), value )) { in Attribute()
1775 if ( XMLUtil::StringEqual( attrib->Name(), name ) ) { in FindOrCreateAttribute()
1800 if ( XMLUtil::StringEqual( name, a->Name() ) ) { in DeleteAttribute()
1944 if ( other && XMLUtil::StringEqual( other->Name(), Name() )) { in ShallowEqual()
1950 if ( !XMLUtil::StringEqual( a->Value(), b->Value() ) ) { in ShallowEqual()