LCharBuffer       366 Source/wtf/text/AtomicString.cpp     static unsigned hash(const LCharBuffer& buf)
LCharBuffer       371 Source/wtf/text/AtomicString.cpp     static bool equal(StringImpl* const& str, const LCharBuffer& buf)
LCharBuffer       376 Source/wtf/text/AtomicString.cpp     static void translate(StringImpl*& location, const LCharBuffer& buf, unsigned hash)
LCharBuffer       412 Source/wtf/text/AtomicString.cpp     LCharBuffer buffer = { s, length };
LCharBuffer       413 Source/wtf/text/AtomicString.cpp     return addToStringTable<LCharBuffer, LCharBufferTranslator>(buffer);