Home
last modified time | relevance | path

Searched refs:fromUTF8WithLatin1Fallback (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bridge/
DIdentifierRep.cpp95 UString string = stringToUString(String::fromUTF8WithLatin1Fallback(name, strlen(name))); in get()
/external/webkit/Source/WebCore/bridge/c/
Dc_utility.cpp148 return String::fromUTF8WithLatin1Fallback(string->UTF8Characters, string->UTF8Length); in convertNPStringToUTF16()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeObjectMap.cpp133 …return jsString(exec, String::fromUTF8WithLatin1Fallback(variant.value.stringValue.UTF8Characters, in convertNPVariantToJSValue()
DNPJSObject.cpp87 return Identifier(exec, String::fromUTF8WithLatin1Fallback(string, length).impl()); in identifierFromIdentifierRep()
DJSNPObject.cpp354 … identifier = Identifier(exec, String::fromUTF8WithLatin1Fallback(string, length).impl()); in getOwnPropertyNames()
DNetscapeBrowserFuncs.cpp342 statusbarText = String::fromUTF8WithLatin1Fallback(message, strlen(message)); in NPN_Status()
667 …String scriptString = String::fromUTF8WithLatin1Fallback(script->UTF8Characters, script->UTF8Lengt… in NPN_Evaluate()
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.h331 static String fromUTF8WithLatin1Fallback(const char*, size_t);
DWTFString.cpp770 String String::fromUTF8WithLatin1Fallback(const char* string, size_t size) in fromUTF8WithLatin1Fallback() function in WTF::String
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DProxyInstance.mm327 …ier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, str…
DNetscapePluginHostProxy.mm570 String script = String::fromUTF8WithLatin1Fallback(scriptData, scriptLength);
611 …ier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, str…
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2910693 (WebKit::fromUTF8WithLatin1Fallback):
10924 (WebKit::fromUTF8WithLatin1Fallback):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2431705 (WebCore::String::fromUTF8WithLatin1Fallback): Use early return.
DChangeLog-2009-06-1646167 (WebCore::String::fromUTF8WithLatin1Fallback):