Searched +defs:string +defs:equal (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DStringReference.h52 StringReference(const char (&string)[length]) argument
75 static bool equal(const StringReference& a, const StringReference& b) { return a == b; } function in struct:CoreIPC::StringReference::Hash
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebString.h48 static PassRefPtr<WebString> create(const String& string) argument
58 static PassRefPtr<WebString> createFromUTF8String(const char* string) argument
90 bool equal(WebString* other) { return m_string == other->m_string; } function in class:WebKit::WebString
94 const String& string() const { return m_string; } function in class:WebKit::WebString
108 WebString(const String& string) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DIdentifier.h55 const String& string() const { return m_string; } function in class:JSC::Identifier
84 static inline bool equal(const StringImpl*a, const char*b) { return Identifier::equal(a, reinterpret_cast<const LChar*>(b)); }; function in class:JSC::Identifier
87 static bool equal(const StringImpl* a, const StringImpl* b) { return ::equal(a, b); } function in class:JSC::Identifier
99 static bool equal(const Identifier& a, const Identifier& b) { return a.m_string.impl() == b.m_string.impl(); } function in class:JSC::Identifier
100 static bool equal(const Identifier& a, const LChar* b) { return equal(a.m_string.impl(), b); } function in class:JSC::Identifier
156 static bool equal(StringImpl* str, const CharBuffer<T>& buf) function in struct:JSC::IdentifierCharBufferTranslator
221 inline bool Identifier::equal(const StringImpl* r, const LChar* s) function in class:JSC::Identifier
226 inline bool Identifier::equal(const StringImpl* r, const LChar* s, unsigned length) function in class:JSC::Identifier
231 inline bool Identifier::equal(const StringImpl* r, const UChar* s, unsigned length) function in class:JSC::Identifier
[all...]
H A DCodeCache.h89 String string() const { return m_sourceCode.toString(); } function in class:JSC::SourceCodeKey
109 static bool equal(const SourceCodeKey& a, const SourceCodeKey& b) { return a == b; } function in struct:JSC::SourceCodeKeyHash
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DBinaryPropertyList.cpp93 bool IntegerArrayHash::equal(const IntegerArray& a, const IntegerArray& b) function in class:IntegerArrayHash
209 void BinaryPropertyListPlan::writeString(const String& string) argument
232 void BinaryPropertyListPlan::writeUniqueString(const String& string) argument
239 void BinaryPropertyListPlan::writeUniqueString(const char* string) argument
281 void BinaryPropertyListPlan::writeStringObject(const String& string) argument
289 writeStringObject(const char* string) argument
688 appendStringObject(const String& string) argument
716 appendStringObject(const char* string) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el[all...]
H A Dgnus.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp265 static void copyASCII(const String& string, char* dest) argument
310 protocolIs(const String& string, const char* protocol) argument
855 decodeURLEscapeSequences(const String& string) argument
860 decodeURLEscapeSequences(const String& string, const TextEncoding& encoding) argument
981 parse(const String& string) argument
992 static inline bool equal(const char* a, const char (&b)[length]) function in namespace:WebCore
1002 static inline bool equal(const char* stringA, size_t lengthA, const char (&stringB)[lengthB]) function in namespace:WebCore
1675 substituteBackslashes(const String& string) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddata.c2226 enum comparison { equal, notequal, less, grtr, less_or_equal, grtr_or_equal }; enumerator in enum:comparison
2439 register Lisp_Object string, base; variable
2446 CHECK_STRING (string); variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dpascal.el[all...]
H A Df90.el[all...]
H A Dflymake.el[all...]
H A Didlwave.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Drecentf.el[all...]
H A Dfaces.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.cpp162 static bool equal(const CSSParserString& a, const char (&b)[N]) function in namespace:WebCore
188 static bool hasPrefix(const char* string, unsigned length, const char* prefix) argument
405 void CSSParser::setupParser(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength) argument
455 parseSheet(StyleSheetContents* sheet, const String& string, int startLineNumber, RuleSourceDataList* ruleSourceDataResult, bool logErrors) argument
476 parseRule(StyleSheetContents* sheet, const String& string) argument
485 parseKeyframeRule(StyleSheetContents* sheet, const String& string) argument
494 parseSupportsCondition(const String& string) argument
533 parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
631 parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
1180 parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext) argument
1237 parseTranslateTransformValue(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) argument
1284 parseFontFaceValue(const AtomicString& string) argument
1299 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, Document* document) argument
1317 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) argument
1340 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) argument
1367 parseColor(RGBA32& color, const String& string, bool strict) argument
1391 parseColor(const String& string) argument
1400 parseSystemColor(RGBA32& color, const String& string, Document* document) argument
1415 parseSelector(const String& string, CSSSelectorList& selectorList) argument
1426 parseInlineStyleDeclaration(const String& string, Element* element) argument
1433 parseDeclaration(const String& string, StyleSheetContents* contextStyleSheet) argument
1450 parseDeclaration(MutableStylePropertySet* declaration, const String& string, PassRefPtr<CSSRuleSourceData> prpRuleSourceData, StyleSheetContents* contextStyleSheet) argument
1493 parseMediaQuery(const String& string) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule.el[all...]
H A Dquail.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcalendar.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-ext.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-util.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxpath.c660 xmlChar *string; member in struct:_xmlXPathCompExpr
6320 const xmlChar * string = NULL; local
6437 xmlXPathStringHash(const xmlChar * string) argument
13261 int equal, ret; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c582 xmlChar *string; member in struct:_xmlXPathCompExpr
6205 const xmlChar * string = NULL; local
6322 xmlXPathStringHash(const xmlChar * string) argument
13102 int equal, ret; local
[all...]

Completed in 468 milliseconds

12