/external/clang/test/CodeGenObjC/ |
for-in.m | 10 -(const char*) cString; 27 p("element %d: %s\n", index++, [i cString]); 40 p("element %d: %s\n", index, [i cString]);
|
constant-string-class.m | 16 char *cString; 25 - (char *)customString { return cString ; }
|
/external/webkit/Source/WebCore/platform/text/wince/ |
TextCodecWinCE.cpp | 35 #include <wtf/text/CString.h> 42 CString m_name; 45 Vector<CString> m_aliases; 57 static HashMap<UINT, CString>& codePageCharsets() 59 static HashMap<UINT, CString> cc; 95 HashMap<UINT, CString>::iterator i = codePageCharsets().find(cpInfo.uiCodePage); 97 CString name(String(cpInfo.wszWebCharset).latin1()); 152 for (Vector<CString>::const_iterator alias = j->second.m_aliases.begin(); alias != j->second.m_aliases.end(); ++alias) 278 CString TextCodecWinCE::encode(const UChar* characters, size_t length, UnencodableHandling) 281 return CString(); [all...] |
/external/icu4c/test/letest/ |
letsutil.h | 33 void freeCString(char *cString);
|
/external/oprofile/libutil++/ |
op_exception.cpp | 12 #include <cstring>
|
/external/webkit/Source/WebCore/wml/ |
WMLPostfieldElement.cpp | 31 #include <wtf/text/CString.h> 75 static inline CString encodedString(const TextEncoding& encoding, const String& data) 80 void WMLPostfieldElement::encodeData(const TextEncoding& encoding, CString& name, CString& value)
|
/external/webkit/Source/WebCore/platform/posix/ |
FileSystemPOSIX.cpp | 41 #include <wtf/text/CString.h> 50 CString fsRep = fileSystemRepresentation(path); 63 CString fsRep = fileSystemRepresentation(path); 74 CString fsRep = fileSystemRepresentation(path); 142 CString fsRep = fileSystemRepresentation(path); 153 CString fsRep = fileSystemRepresentation(path); 169 CString fsRep = fileSystemRepresentation(path); 193 CString fullPath = fileSystemRepresentation(path); 226 CString fsRep = fileSystemRepresentation(path); 238 CString cpath = path.utf8() [all...] |
/external/webkit/Source/WebCore/html/ |
FormDataList.cpp | 35 CString cstr = m_encoding.encode(s.characters(), s.length(), EntitiesForUnencodables); 39 void FormDataList::appendString(const CString& s)
|
/external/webkit/Source/WebCore/platform/gtk/ |
SharedBufferGtk.cpp | 23 #include <wtf/text/CString.h> 35 CString filename = fileSystemRepresentation(filePath);
|
/external/webkit/Source/WebCore/platform/text/chromium/ |
TextBreakIteratorInternalICUChromium.cpp | 28 #include <wtf/text/CString.h> 36 DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1()));
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
version_cstring.pass.cpp | 10 // <cstring> 12 #include <cstring>
|
/external/webkit/Source/WebKit/chromium/src/ |
WebCString.cpp | 35 #include <wtf/text/CString.h> 73 WTF::CString::newUninitialized(length, newData).buffer(); 112 WebCString::WebCString(const WTF::CString& s) 119 WebCString& WebCString::operator=(const WTF::CString& s) 125 WebCString::operator WTF::CString() const
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebviewprivate.h | 84 CString encoding; 85 CString customEncoding; 87 CString iconURI; 99 CString mainResourceIdentifier; 101 CString tooltipText;
|
/external/webkit/Source/WebCore/platform/network/ |
FormDataBuilder.cpp | 36 #include <wtf/text/CString.h> 52 static inline void append(Vector<char>& buffer, const CString& string) 57 static void appendQuotedString(Vector<char>& buffer, const CString& string) 142 void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name) 153 void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary) 173 void FormDataBuilder::addContentTypeToMultiPartHeader(Vector<char>& buffer, const CString& mimeType) 184 void FormDataBuilder::addKeyValuePairAsFormData(Vector<char>& buffer, const CString& key, const CString& value) 194 void FormDataBuilder::encodeStringAsFormData(Vector<char>& buffer, const CString& string [all...] |
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMCString.h | 77 WebDOMCString(const WTF::CString&); 78 WebDOMCString& operator=(const WTF::CString&); 79 operator WTF::CString() const;
|
/external/webkit/Source/WebKit2/Shared/API/c/cf/ |
WKURLCF.cpp | 33 #include <wtf/text/CString.h> 49 // We first create a CString and then create the CFURL from it. This will ensure that the CFURL is stored in 56 CString buffer = toImpl(URLRef)->string().utf8();
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPVariantData.h | 31 #include <wtf/text/CString.h> 85 const CString& stringValue() const 111 CString m_stringValue;
|
/external/clang/test/Analysis/ |
cstring-syntax.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.cstring.BadSizeArg -analyzer-store=region -Wno-strncat-size -Wno-strlcpy-strlcat-size -Wno-sizeof-array-argument -Wno-sizeof-pointer-memaccess -verify %s
|
/external/eigen/unsupported/Eigen/ |
SparseExtra | 11 #include <cstring>
|
/external/icu4c/common/ |
locbased.cpp | 12 #include "cstring.h"
|
/external/icu4c/tools/genrb/ |
genrb.h | 22 #include "cstring.h"
|
/external/libyuv/files/unit_test/ |
unit_test.cc | 15 #include <cstring>
|
/external/llvm/test/MC/AsmParser/ |
hello.s | 25 .cstring
|
/external/webkit/Source/WebKit/chromium/public/ |
WebCString.h | 43 class CString; 96 WebCString(const WTF::CString&); 97 WebCString& operator=(const WTF::CString&); 98 operator WTF::CString() const;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePluginStream.h | 36 #include <wtf/text/CString.h> 101 CString m_responseURL; 102 CString m_mimeType; 103 CString m_headers;
|