diff options
Diffstat (limited to 'JavaScriptCore/wtf/text/StringImpl.h')
-rw-r--r-- | JavaScriptCore/wtf/text/StringImpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/text/StringImpl.h b/JavaScriptCore/wtf/text/StringImpl.h index f4b2970..244009f 100644 --- a/JavaScriptCore/wtf/text/StringImpl.h +++ b/JavaScriptCore/wtf/text/StringImpl.h @@ -352,6 +352,8 @@ inline bool equalIgnoringCase(const char* a, const UChar* b, unsigned length) { bool equalIgnoringNullity(StringImpl*, StringImpl*); +int codePointCompare(const StringImpl*, const StringImpl*); + static inline bool isSpaceOrNewline(UChar c) { // Use isASCIISpace() for basic Latin-1. |