make16BitFrom8BitSource  356 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         stringFor8BitRun = String::make16BitFrom8BitSource(run.characters8(), run.length());
make16BitFrom8BitSource  241 Source/platform/fonts/mac/ComplexTextController.cpp         String stringFor8BitRun = String::make16BitFrom8BitSource(m_run.characters8(), m_run.length());
make16BitFrom8BitSource 1907 Source/wtf/text/StringImpl.cpp         return String::make16BitFrom8BitSource(characters8(), m_length).releaseImpl();
make16BitFrom8BitSource  295 Source/wtf/text/WTFString.cpp     m_impl = make16BitFrom8BitSource(m_impl->characters8(), length).impl();
make16BitFrom8BitSource  405 Source/wtf/text/WTFString.h     static String make16BitFrom8BitSource(const LChar*, size_t);