codePointCompare 75 Source/core/css/MediaQuery.cpp return codePointCompare(a->serialize(), b->serialize()) < 0; codePointCompare 79 Source/modules/indexeddb/IDBKey.cpp return codePointCompare(m_string, other->m_string); codePointCompare 652 Source/wtf/text/StringImpl.h static inline int codePointCompare(unsigned l1, unsigned l2, const CharacterType1* c1, const CharacterType2* c2) codePointCompare 673 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters8(), string2->characters8()); codePointCompare 678 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters16(), string2->characters16()); codePointCompare 683 Source/wtf/text/StringImpl.h return codePointCompare(string1->length(), string2->length(), string1->characters8(), string2->characters16()); codePointCompare 686 Source/wtf/text/StringImpl.h static inline int codePointCompare(const StringImpl* string1, const StringImpl* string2) codePointCompare 158 Source/wtf/text/WTFString.cpp return codePointCompare(a.impl(), b.impl()); codePointCompare 549 Source/wtf/text/WTFString.h WTF_EXPORT int codePointCompare(const String&, const String&); codePointCompare 553 Source/wtf/text/WTFString.h return codePointCompare(a.impl(), b.impl()) < 0;