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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 176 static PassRefPtr<StringImpl> create8BitIfPossible(const UChar*, unsigned length);
178 static PassRefPtr<StringImpl> create8BitIfPossible(const Vector<UChar, inlineCapacity>& vector)
180 return create8BitIfPossible(vector.data(), vector.size());
StringImpl.cpp 381 PassRefPtr<StringImpl> StringImpl::create8BitIfPossible(const UChar* characters, unsigned length)
    [all...]

Completed in 414 milliseconds