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

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h422 static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); }; function in class:WTF::String

Completed in 162 milliseconds