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

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

Completed in 127 milliseconds