Home
last modified time | relevance | path

Searched defs:make8BitFrom16BitSource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.h389 static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer) in make8BitFrom16BitSource() function
DWTFString.cpp874 String String::make8BitFrom16BitSource(const UChar* source, size_t length) in make8BitFrom16BitSource() function in WTF::String