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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
AtomicHTMLToken.h 138 m_data = String::make8BitFrom16BitSource(token.data());
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 387 static String make8BitFrom16BitSource(const UChar*, size_t);
389 static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer)
391 return make8BitFrom16BitSource(buffer.data(), buffer.size());
WTFString.cpp 874 String String::make8BitFrom16BitSource(const UChar* source, size_t length)
    [all...]

Completed in 57 milliseconds