UCharBuffer       160 Source/wtf/text/AtomicString.cpp     static unsigned hash(const UCharBuffer& buf)
UCharBuffer       165 Source/wtf/text/AtomicString.cpp     static bool equal(StringImpl* const& str, const UCharBuffer& buf)
UCharBuffer       170 Source/wtf/text/AtomicString.cpp     static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash)
UCharBuffer       284 Source/wtf/text/AtomicString.cpp     UCharBuffer buffer = { s, length };
UCharBuffer       285 Source/wtf/text/AtomicString.cpp     return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);
UCharBuffer       312 Source/wtf/text/AtomicString.cpp     UCharBuffer buffer = { s, length };
UCharBuffer       313 Source/wtf/text/AtomicString.cpp     return addToStringTable<UCharBuffer, UCharBufferTranslator>(buffer);