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

  /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 1604 milliseconds