/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMCString.cpp | 70 return WebCore::UTF8Encoding().decode(data(), length()); 75 return WebCore::UTF8Encoding().encode(
|
/external/webkit/Source/WebCore/platform/qt/ |
KURLQt.cpp | 32 *this = KURL(KURL(), url.toEncoded().constData(), UTF8Encoding());
|
/external/webkit/Source/WebKit/chromium/src/ |
WebCString.cpp | 95 return WebCore::UTF8Encoding().decode(data(), length()); 100 return WebCore::UTF8Encoding().encode(
|
WebKit.cpp | 76 WebCore::UTF8Encoding();
|
WebPageSerializerImpl.cpp | 174 xmlEncoding = UTF8Encoding().name(); 512 const TextEncoding& textEncoding = encoding.isEmpty() ? UTF8Encoding() : TextEncoding(encoding);
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 200 return UTF8Encoding(); 212 return UTF8Encoding(); 252 const TextEncoding& UTF8Encoding()
|
TextEncoding.h | 93 const TextEncoding& UTF8Encoding();
|
/external/webkit/Source/WebCore/html/ |
DOMFormData.cpp | 48 : FormDataList(UTF8Encoding())
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventSocketProxy.cs | 102 System.Text.UTF8Encoding encoding = new System.Text.UTF8Encoding(); 147 socket.Send(new System.Text.UTF8Encoding().GetBytes(@event + "\n"));
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventSocketProxy.cs | 109 System.Text.UTF8Encoding encoding = new System.Text.UTF8Encoding(); 164 socket.Send( new System.Text.UTF8Encoding().GetBytes( @event + "\n" ) );
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
SimpleFontDataHaiku.cpp | 114 CString encoded = UTF8Encoding().encode(static_cast<UChar*>(&glyph), 1,
|
/external/webkit/Source/WebCore/fileapi/ |
WebKitBlobBuilder.cpp | 71 CString utf8Text = UTF8Encoding().encode(text.characters(), text.length(), EntitiesForUnencodables);
|
FileReaderLoader.cpp | 281 m_decoder = TextResourceDecoder::create("text/plain", m_encoding.isValid() ? m_encoding : UTF8Encoding());
|
/external/webkit/Source/WebCore/xml/ |
XSLTProcessor.cpp | 92 decoder->setEncoding(sourceEncoding.isEmpty() ? UTF8Encoding() : TextEncoding(sourceEncoding), TextResourceDecoder::EncodingFromXMLHeader);
|
XMLHttpRequest.cpp | 506 TextEncoding encoding = UTF8Encoding(); 534 m_requestEntityBody = FormData::create(UTF8Encoding().encode(body.characters(), body.length(), EntitiesForUnencodables)); [all...] |
/external/webkit/Source/WebCore/storage/ |
StorageTracker.cpp | 60 // FIXME (<rdar://problem/9127819>): Is there a more explicit way of doing this besides accessing the UTF8Encoding? 61 UTF8Encoding();
|
/external/webkit/Source/WebCore/loader/ |
FormSubmission.cpp | 173 TextEncoding dataEncoding = isMailtoForm ? UTF8Encoding() : FormDataBuilder::encodingFromAcceptCharset(copiedAttributes.acceptCharset(), document);
|
TextResourceDecoder.cpp | 298 return UTF8Encoding(); 418 setEncoding(UTF8Encoding(), AutoDetectedEncoding);
|
/external/webkit/Source/WebCore/platform/wince/ |
PasteboardWinCE.cpp | 273 String cf_html(UTF8Encoding().decode((char*)GlobalLock(cbData), dataSize));
|
/external/webkit/Source/WebCore/platform/ |
KURLGoogle.cpp | 110 return encoding->encodingForFormSubmission() == UTF8Encoding(); 779 return decodeURLEscapeSequences(str, UTF8Encoding()); 843 CString utf8 = UTF8Encoding().encode( [all...] |
KURL.cpp | 331 init(base, relative, UTF8Encoding()); [all...] |
/external/webkit/Source/WebCore/platform/win/ |
PasteboardWin.cpp | 292 String cfhtml(UTF8Encoding().decode(static_cast<char*>(GlobalLock(cbData)), dataSize));
|
ClipboardUtilitiesWin.cpp | 219 String cfhtml(UTF8Encoding().decode(data, dataSize)); 652 dataStrings.append(String(UTF8Encoding().decode(static_cast<char*>(GlobalLock(store.hGlobal)), GlobalSize(store.hGlobal))));
|
/external/webkit/Source/WebKit/wx/ |
WebFrame.cpp | 283 WebCore::KURL kurl = WebCore::KURL(WebCore::KURL(), url, WebCore::UTF8Encoding());
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | 382 String s = UTF8Encoding().decode((const char*)a->getBuffer(false), a->getLength()); [all...] |