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

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 61 typedef OwnFastMallocPtr<const UChar> SharableUChar;
62 typedef CrossThreadRefCounted<SharableUChar> SharedUChar;
StringImpl.cpp 150 m_sharedBuffer = SharedUChar::create(new SharableUChar(m_data)).leakRef();

Completed in 38 milliseconds