HomeSort by relevance Sort by last modified time
    Searched refs:SharedUChar (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 62 typedef CrossThreadRefCounted<SharableUChar> SharedUChar;
123 // Used to construct new strings sharing an existing SharedUChar (BufferShared)
124 StringImpl(const UChar* characters, unsigned length, PassRefPtr<SharedUChar> sharedBuffer)
149 static PassRefPtr<StringImpl> create(const UChar*, unsigned length, PassRefPtr<SharedUChar> sharedBuffer);
200 SharedUChar* sharedBuffer();
337 SharedUChar* m_sharedBuffer;
StringImpl.cpp 128 PassRefPtr<StringImpl> StringImpl::create(const UChar* characters, unsigned length, PassRefPtr<SharedUChar> sharedBuffer)
135 SharedUChar* StringImpl::sharedBuffer()
150 m_sharedBuffer = SharedUChar::create(new SharableUChar(m_data)).leakRef();
1074 if (SharedUChar* sharedBuffer = this->sharedBuffer())

Completed in 777 milliseconds