HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 76 - 100 of 1105) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/ex/variablespeed/jni/
integral_types.h 20 #include <cstring> // for size_t
  /sdk/find_java/
find_java.h 33 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt);
  /sdk/find_lock/
find_lock.h 22 bool findLock(CPath &path, CString *outModule);
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 274 CString UString::ascii() const
283 CString result = CString::newUninitialized(length, characterBuffer);
293 CString UString::latin1() const
302 CString result = CString::newUninitialized(length, characterBuffer);
321 CString UString::utf8(bool strict) const
337 return CString();
346 return CString();
351 return CString();
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Forward.h 38 class CString;
57 using WTF::CString;
SHA1.cpp 41 #include "text/CString.h"
51 static void expectSHA1(CString input, int repeat, CString expected)
59 CString actual = CString::newUninitialized(40, buffer);
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaStringV8.h 31 #include <wtf/text/CString.h>
62 mutable CString m_utf8String;
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.h 32 #include <wtf/text/CString.h>
55 CString m_string;
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 52 #include <wtf/text/CString.h>
56 CString fileSystemRepresentation(const String& path)
59 // TODO: move this to CString and use it instead in both, being more standard
62 CString cfilename(filename);
114 CString cpath = path.utf8();
115 CString cfilter = filter.utf8();
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.cpp 30 #include <wtf/text/CString.h>
120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling)
131 CString string = CString::newUninitialized(length * 2, bytes);
133 // FIXME: CString is not a reasonable data structure for encoded UTF-16, which will have
134 // null characters inside it. Perhaps the result of encode should not be a CString.
  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 42 #include <wtf/text/CString.h>
169 data = createFormData(CString());
184 RefPtr<FormData> data = createFormData(CString());
191 PassRefPtr<FormData> WMLGoElement::createFormData(const CString& boundary)
193 CString key;
194 CString value;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 31 #include <wtf/text/CString.h>
57 WTF::CString title;
58 WTF::CString alternateTitle;
59 WTF::CString uri;
60 WTF::CString originalUri;
114 priv->title = WTF::CString();
115 priv->alternateTitle = WTF::CString();
116 priv->uri = WTF::CString();
117 priv->originalUri = WTF::CString();
470 WTF::CString t = item->target().utf8()
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentCoders.h 36 #include <wtf/text/CString.h>
198 template<> struct ArgumentCoder<CString> {
199 static void encode(ArgumentEncoder* encoder, const CString& string)
212 static bool decode(ArgumentDecoder* decoder, CString& result)
220 result = CString();
231 CString string = CString::newUninitialized(length, buffer);
  /external/webkit/Source/WebCore/platform/
KURLGooglePrivate.h 34 #include <wtf/text/CString.h>
80 void setUtf8(const CString&);
81 void setAscii(const CString&);
90 const CString& utf8String() const { return m_utf8; }
100 CString m_utf8;
  /external/webkit/Source/WebCore/platform/android/
FileSystemAndroid.cpp 38 #include <wtf/text/CString.h>
47 CString fileSystemRepresentation(const String& path)
95 CString fsRep = fileSystemRepresentation(path);
  /external/webkit/Source/WebCore/plugins/
PluginStream.h 43 #include <wtf/text/CString.h>
73 void sendJavaScriptStream(const KURL& requestURL, const WTF::CString& resultString);
116 CString m_headers;
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 141 - (WTF::CString)resolvedURLStringForURL:(const char*)url target:(const char*)target;
156 WTF::CString& username, WTF::CString& password);
  /external/oprofile/libutil++/
cverb.cpp 12 #include <cstring>
18 #include <cstring>
  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.h 26 #include <wtf/text/CString.h>
74 CString m_domEventName;
  /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/brew/
SharedBufferBrew.cpp 37 #include <wtf/text/CString.h>
55 CString filename = fileSystemRepresentation(filePath);