Searched
full:cstring (Results
301 -
325 of
1105) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebKit/android/wds/ |
Command.cpp | 38 #include <wtf/text/CString.h> 52 CString str = externalRepresentation(frame->contentRenderer()).latin1();
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 63 #import <wtf/text/CString.h> 940 - (CString)resolvedURLStringForURL:(const char*)url target:(const char*)target 944 return CString(); 948 return CString(); 952 return CString(); 955 return CString(); 999 CString& username, CString& password)
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/ |
NetscapePluginModule.cpp | 33 #include <wtf/text/CString.h> 115 CString siteString;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.h | 35 #include <wtf/text/CString.h> 204 CString m_userAgent;
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
cstring.pass.cpp | 10 // <cstring> 12 #include <cstring>
|
/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/platform/text/ |
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);
|
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);
|
/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/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.cpp | 55 #include <wtf/text/CString.h> 212 CString url = coreRequest.url().string().utf8(); 239 CString url = coreRequest.url().string().utf8(); 582 CString cs = title.string().utf8(); 767 CString url = request.url().string().utf8();
|
/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/websockets/ |
WebSocketChannel.cpp | 51 #include <wtf/text/CString.h> 103 CString utf8 = msg.utf8(); 157 CString handshakeMessage = m_handshake.clientHandshakeMessage();
|
/external/webkit/Tools/gdb/ |
webkit.py | 95 "Print a WTF::CString" 97 # The CString holds a buffer, which is a refptr to a WTF::Vector of chars. 256 (re.compile("^WTF::CString$"), WTFCStringPrinter),
|
/external/chromium/chrome/browser/chromeos/ |
language_preferences_unittest.cc | 7 #include <cstring>
|
/external/chromium/third_party/libjingle/source/talk/base/ |
buffer.h | 31 #include <cstring>
|
/external/clang/lib/Lex/ |
ScratchBuffer.cpp | 17 #include <cstring>
|
/external/clang/test/ARCMT/ |
objcmt-boxing.m | 69 + (id)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc;
|
objcmt-boxing.m.result | 69 + (id)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc;
|
/external/icu4c/common/ |
charstr.cpp | 18 #include "cstring.h"
|
/external/icu4c/i18n/ |
inputext.cpp | 15 #include "cstring.h"
|
/external/icu4c/io/ |
locbund.cpp | 26 #include "cstring.h"
|
/external/icu4c/test/intltest/ |
textfile.cpp | 13 #include "cstring.h"
|
/external/icu4c/tools/toolutil/ |
filetools.cpp | 9 #include "cstring.h"
|
flagparser.c | 9 #include "cstring.h"
|
uoptions.c | 20 #include "cstring.h"
|
Completed in 1321 milliseconds
<<11121314151617181920>>