OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharBuffer
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp
133
struct
UCharBuffer
{
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/
Identifier.cpp
146
struct
UCharBuffer
{
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/
KURL.cpp
54
typedef Vector<UChar, 512>
UCharBuffer
;
[
all
...]
Completed in 58 milliseconds