Searched refs:fromUTF8WithLatin1Fallback (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/bridge/ |
D | IdentifierRep.cpp | 95 UString string = stringToUString(String::fromUTF8WithLatin1Fallback(name, strlen(name))); in get()
|
/external/webkit/Source/WebCore/bridge/c/ |
D | c_utility.cpp | 148 return String::fromUTF8WithLatin1Fallback(string->UTF8Characters, string->UTF8Length); in convertNPStringToUTF16()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPRuntimeObjectMap.cpp | 133 …return jsString(exec, String::fromUTF8WithLatin1Fallback(variant.value.stringValue.UTF8Characters, in convertNPVariantToJSValue()
|
D | NPJSObject.cpp | 87 return Identifier(exec, String::fromUTF8WithLatin1Fallback(string, length).impl()); in identifierFromIdentifierRep()
|
D | JSNPObject.cpp | 354 … identifier = Identifier(exec, String::fromUTF8WithLatin1Fallback(string, length).impl()); in getOwnPropertyNames()
|
D | NetscapeBrowserFuncs.cpp | 342 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/ |
D | WTFString.h | 331 static String fromUTF8WithLatin1Fallback(const char*, size_t);
|
D | WTFString.cpp | 770 String String::fromUTF8WithLatin1Fallback(const char* string, size_t size) in fromUTF8WithLatin1Fallback() function in WTF::String
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | ProxyInstance.mm | 327 …ier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, str…
|
D | NetscapePluginHostProxy.mm | 570 String script = String::fromUTF8WithLatin1Fallback(scriptData, scriptLength); 611 …ier(JSDOMWindow::commonJSGlobalData(), stringToUString(String::fromUTF8WithLatin1Fallback(str, str…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 10693 (WebKit::fromUTF8WithLatin1Fallback): 10924 (WebKit::fromUTF8WithLatin1Fallback):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 31705 (WebCore::String::fromUTF8WithLatin1Fallback): Use early return.
|
D | ChangeLog-2009-06-16 | 46167 (WebCore::String::fromUTF8WithLatin1Fallback):
|