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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp139 typedef HashTranslatorCharBuffer<UChar> UCharBuffer; typedef in namespace:WTF
141 static unsigned hash(const UCharBuffer& buf)
146 static bool equal(StringImpl* const& str, const UCharBuffer& buf)
151 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash)
265 UCharBuffer buffer = { s, length };
266 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);
293 UCharBuffer buffer = { s, length };
294 return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);

Completed in 1148 milliseconds