HomeSort by relevance Sort by last modified time
    Searched refs:CString (Results 151 - 175 of 425) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/profiler/
CallIdentifier.h 31 #include <wtf/text/CString.h>
  /external/webkit/Source/JavaScriptCore/runtime/
DateConversion.cpp 52 #include <wtf/text/CString.h>
UString.h 79 CString ascii() const;
80 CString latin1() const;
81 CString utf8(bool strict = false) const;
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMString.cpp 26 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/history/qt/
HistoryItemQt.cpp 24 #include <wtf/text/CString.h>
63 m_formData = FormData::create(CString(formData));
  /external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/android/
ResourceHandleAndroid.cpp 39 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/curl/
FormDataStreamCurl.cpp 36 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 28 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/win/
SSLKeyGeneratorWin.cpp 24 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit/chromium/src/
WebString.cpp 35 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit/win/
WebDownloadCurl.cpp 41 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 34 #include <wtf/text/CString.h>
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 27 #include <wtf/text/CString.h>
642 CString String::ascii() const
651 CString result = CString::newUninitialized(length, characterBuffer);
661 CString String::latin1() const
670 CString result = CString::newUninitialized(length, characterBuffer);
689 CString String::utf8(bool strict) const
705 return CString();
714 return CString();
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.cpp 30 #include <wtf/text/CString.h>
296 CString TextCodecUTF8::encode(const UChar* characters, size_t length, UnencodableHandling)
313 return CString(reinterpret_cast<char*>(bytes.data()), bytesWritten);
TextCodecICU.cpp 36 #include <wtf/text/CString.h>
417 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling)
425 return CString();
453 return CString();
469 return CString(result.data(), size);
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 37 #include <wtf/text/CString.h>
279 CString TextCodecMac::encode(const UChar* characters, size_t length, UnencodableHandling handling)
326 return CString(result.data(), size);
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 38 #include <wtf/text/CString.h>
516 CString TextCodecGtk::encode(const UChar* characters, size_t length, UnencodableHandling handling)
525 return CString();
572 return CString();
575 return CString(result.data(), size);
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 43 #import <wtf/text/CString.h>
212 CString localization = String(cfLocalization.get()).utf8();
215 CString serviceName = String::format("com.apple.WebKit.WebProcess-%d-%p", getpid(), this).utf8();
  /external/webkit/Source/WebCore/websockets/
WebSocketChannel.cpp 51 #include <wtf/text/CString.h>
103 CString utf8 = msg.utf8();
157 CString handshakeMessage = m_handshake.clientHandshakeMessage();
  /external/webkit/Source/JavaScriptCore/wtf/
MD5.cpp 55 #include "text/CString.h"
67 static void expectMD5(CString input, CString expected)
74 CString actual = CString::newUninitialized(32, buf);
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaInstanceJobjectV8.cpp 39 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/fileapi/
DOMFilePath.cpp 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/loader/
PingLoader.cpp 44 #include <wtf/text/CString.h>

Completed in 884 milliseconds

1 2 3 4 5 67 8 91011>>