summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/wtf/unicode/UTF8.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/unicode/UTF8.h')
-rw-r--r--Source/JavaScriptCore/wtf/unicode/UTF8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/wtf/unicode/UTF8.h b/Source/JavaScriptCore/wtf/unicode/UTF8.h
index 1f4baca..bbfaa84 100644
--- a/Source/JavaScriptCore/wtf/unicode/UTF8.h
+++ b/Source/JavaScriptCore/wtf/unicode/UTF8.h
@@ -71,6 +71,7 @@ namespace Unicode {
char** targetStart, char* targetEnd, bool strict = true);
unsigned calculateStringHashFromUTF8(const char* data, const char* dataEnd, unsigned& utf16Length);
+ unsigned calculateStringHashAndLengthFromUTF8(const char* data, unsigned& dataLength, unsigned& utf16Length);
bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd);