HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 326 - 350 of 998) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstring 27 /** @file cstring
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 81 CString jsName = identifier.ascii();
156 CString jsName = identifier.ascii();
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 41 #include <wtf/text/CString.h>
105 CString fileSystemRepresentation(const String& path)
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 54 #include <wtf/text/CString.h>
231 CString file = edjeThemeRecursive().utf8();
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 165 CString markup = (gMarkupPrefix + dataObject->markup()).utf8();
170 CString uriList = dataObject->uriList().utf8();
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 37 #include <wtf/text/CString.h>
108 CString fileSystemRepresentation(const String&)
ClipboardUtilitiesWin.cpp 38 #include <wtf/text/CString.h>
234 static void append(Vector<char>& vector, const CString& string)
271 CString sourceURLUTF8 = srcURL == blankURL() ? "" : srcURL.utf8();
272 CString markupUTF8 = markup.utf8();
285 append(result, CString(headerBuffer));
700 CString charString = dataStrings.first().utf8();
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 38 #include <wtf/text/CString.h>
142 CString fileSystemRepresentation(const String&)
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 38 #include <wtf/text/CString.h>
290 CString importHref = import->href().utf8();
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 49 #include <wtf/text/CString.h>
173 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr,
  /external/openssl/crypto/store/
str_lib.c 1267 char *cstring; member in union:STORE_attr_info_st::__anon9052
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 63 class CString;
142 CString ascii() const;
143 CString latin1() const;
144 CString utf8(bool strict = false) const;
506 using WTF::CString;
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 53 #include <wtf/text/CString.h>
227 CString WebSocketHandshake::clientHandshakeMessage() const
267 CString handshakeHeader = builder.toString().utf8();
269 CString msg = CString::newUninitialized(handshakeHeader.length() + sizeof(m_key3), characterBuffer);
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 38 #include <wtf/text/CString.h>
137 CString mimeTypeStr = m_resourceResponse.mimeType().utf8();
394 void PluginStream::sendJavaScriptStream(const KURL& requestURL, const CString& resultString)
PluginView.h 44 #include <wtf/text/CString.h>
385 WTF::CString m_userAgent;
  /external/icu4c/test/cintltst/
cstrtest.c 18 #include "cstring.h"
74 log_verbose("Testing the API in cstring\n");
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 39 #include <wtf/text/CString.h>
354 CString utf8String = string.utf8();
  /external/webkit/Source/WebCore/platform/
KURL.h 101 KURL(const CString& canonicalSpec,
222 const CString& utf8String() const { return m_url.utf8String(); }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 39 #include <wtf/text/CString.h>
164 CString m_family;
  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 31 #include <wtf/text/CString.h>
197 CString s(static_cast<const String&>(lower).ascii());
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 40 #include <wtf/text/CString.h>
384 CString cstr = message.utf8();
  /system/media/mca/
structgen.py 116 def cString(self):
258 cfields = [f.cString() for f in self.fields]
  /external/astl/include/
memory 35 #include <cstring>
  /external/astl/src/
ostream.cpp 31 #include <cstring>
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.cc 7 #include <cstring>

Completed in 778 milliseconds

<<11121314151617181920>>