Searched +defs:char +defs:equal (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DCallIdentifier.h69 static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; } function in struct:JSC::CallIdentifier::Hash
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DIdentifier.h84 static inline bool equal(const StringImpl*a, const char*b) { return Identifier::equal(a, reinterpret_cast<const LChar*>(b)); }; argument
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...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextEncodingRegistry.cpp63 static bool equal(const char* s1, const char* s2) function in struct:WebCore::TextEncodingNameHash
136 checkExistingName(const char*, const char*) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeRareData.h83 static unsigned hash(const std::pair<unsigned char, StringType>& entry) argument
87 static bool equal(const std::pair<unsigned char, StringType>& a, const std::pair<unsigned char, StringType>& b) { return a == b; } 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/emulation/
H A Dviper-util.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp645 assertProtocolIsGood(const char*) 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
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el[all...]

Completed in 114 milliseconds