fromUTF8WithLatin1Fallback  226 Source/core/inspector/InspectorResourceAgent.cpp         requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size()));
fromUTF8WithLatin1Fallback  121 Source/platform/SharedBufferChunkReader.cpp     return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
fromUTF8WithLatin1Fallback  416 Source/wtf/text/WTFString.h     static String fromUTF8WithLatin1Fallback(const LChar*, size_t);
fromUTF8WithLatin1Fallback  417 Source/wtf/text/WTFString.h     static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); };