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

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DCallIdentifier.h74 static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; } function in struct:JSC::CallIdentifier::Hash
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIdentifier.h91 static inline bool equal(const StringImpl*a, const char*b) { return Identifier::equal(a, reinterpret_cast<const LChar*>(b)); }; argument
94 static bool equal(const StringImpl* a, const StringImpl* b) { return ::equal(a, b); } function in class:JSC::Identifier
106 static bool equal(const Identifier& a, const Identifier& b) { return a.m_string.impl() == b.m_string.impl(); } function in class:JSC::Identifier
107 static bool equal(const Identifier& a, const LChar* b) { return equal(a.m_string.impl(), b); } function in class:JSC::Identifier
175 inline bool Identifier::equal(const StringImpl* r, const LChar* s) function in class:JSC::Identifier
180 inline bool Identifier::equal(const StringImpl* r, const LChar* s, unsigned length) function in class:JSC::Identifier
185 inline bool Identifier::equal(const StringImpl* r, const UChar* s, unsigned length) function in class:JSC::Identifier
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextEncodingRegistry.cpp64 static bool equal(const char* s1, const char* s2) function in struct:WebCore::TextEncodingNameHash
128 checkExistingName(const char*, const char*) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNodeRareData.h107 static unsigned hash(const std::pair<unsigned char, StringType>& entry) argument
111 static bool equal(const std::pair<unsigned char, StringType>& a, const std::pair<unsigned char, StringType>& b) { return a.first == b.first && DefaultHash<StringType>::Hash::equal(a.second, b.second); } argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule.el[all...]
H A Dquail.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-util.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DURL.cpp644 assertProtocolIsGood(const char*) argument
1000 static inline bool equal(const char* a, const char (&b)[length]) function in namespace:WebCore
1019 static inline bool equal(const char* stringA, size_t lengthA, const char (&stringB)[lengthB]) function in namespace:WebCore
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el[all...]

Completed in 163 milliseconds