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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h405 static String fromUTF8WithLatin1Fallback(const LChar*, size_t);
406 static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); }; function in class:WTF::String

Completed in 70 milliseconds