Home
last modified time | relevance | path

Searched refs:UCharBuffer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.cpp133 struct UCharBuffer { struct
177 static unsigned hash(const UCharBuffer& buf) in hash()
182 static bool equal(StringImpl* const& str, const UCharBuffer& buf) in equal()
187 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) in translate()
276 UCharBuffer buffer = { s, length }; in add()
277 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer); in add()
304 UCharBuffer buffer = { s, length }; in add()
305 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer); in add()
/external/webkit/Source/JavaScriptCore/runtime/
DIdentifier.cpp146 struct UCharBuffer { struct
152 static unsigned hash(const UCharBuffer& buf) in hash()
157 static bool equal(StringImpl* str, const UCharBuffer& buf) in equal()
162 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) in translate()
225 UCharBuffer buf = {s, length}; in add()
226 …ngImpl*>::iterator, bool> addResult = globalData->identifierTable->add<UCharBuffer, IdentifierUCha… in add()
/external/webkit/Source/WebCore/platform/
DKURL.cpp54 typedef Vector<UChar, 512> UCharBuffer; typedef
1530 static void appendEncodedHostname(UCharBuffer& buffer, const UChar* str, unsigned strLen) in appendEncodedHostname()
1678 static void encodeHostnames(const String& str, UCharBuffer& output) in encodeHostnames()
1711 UCharBuffer s; in encodeRelativeString()