Searched defs:make16BitFrom8BitSource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp295 m_impl = make16BitFrom8BitSource(m_impl->characters8(), length).impl();
887 String String::make16BitFrom8BitSource(const LChar* source, size_t length) function in class:WTF::String

Completed in 60 milliseconds