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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp118 typedef HashTranslatorCharBuffer<UChar> UCharBuffer; typedef in namespace:WTF
120 static unsigned hash(const UCharBuffer& buf)
125 static bool equal(StringImpl* const& str, const UCharBuffer& buf)
130 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash)
244 UCharBuffer buffer = { s, length };
245 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);
272 UCharBuffer buffer = { s, length };
273 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);

Completed in 40 milliseconds