Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 155) sorted by relevance

1234567

/external/webkit/Source/JavaScriptCore/wtf/text/
DStringBuilder.h44 void append(const String& string) in append() function
57 void append(const char* characters) in append() function
63 void append(UChar c) in append() function
71 void append(char c) in append() function
DStringBuilder.cpp140 void StringBuilder::append(const UChar* characters, unsigned length) in append() function in WTF::StringBuilder
149 void StringBuilder::append(const char* characters, unsigned length) in append() function in WTF::StringBuilder
/external/apache-http/src/org/apache/http/util/
DCharArrayBuffer.java64 public void append(final char[] b, int off, int len) { in append() method in CharArrayBuffer
83 public void append(String str) { in append() method in CharArrayBuffer
96 public void append(final CharArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer
103 public void append(final CharArrayBuffer b) { in append() method in CharArrayBuffer
110 public void append(char ch) { in append() method in CharArrayBuffer
119 public void append(final byte[] b, int off, int len) { in append() method in CharArrayBuffer
145 public void append(final ByteArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer
152 public void append(final Object obj) { in append() method in CharArrayBuffer
DByteArrayBuffer.java62 public void append(final byte[] b, int off, int len) { in append() method in ByteArrayBuffer
81 public void append(int b) { in append() method in ByteArrayBuffer
90 public void append(final char[] b, int off, int len) { in append() method in ByteArrayBuffer
112 public void append(final CharArrayBuffer b, int off, int len) { in append() method in ByteArrayBuffer
/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.cpp62 void WebKitBlobBuilder::append(const String& text, const String& endingType, ExceptionCode& ec) in append() function in WebCore::WebKitBlobBuilder
83 void WebKitBlobBuilder::append(const String& text, ExceptionCode& ec) in append() function in WebCore::WebKitBlobBuilder
89 void WebKitBlobBuilder::append(ArrayBuffer* arrayBuffer) in append() function in WebCore::WebKitBlobBuilder
100 void WebKitBlobBuilder::append(Blob* blob) in append() function in WebCore::WebKitBlobBuilder
DFileList.h49 void append(PassRefPtr<File> file) { m_files.append(file); } in append() function
DEntryArray.h55 void append(PassRefPtr<Entry> entry) { m_entries.append(entry); } in append() function
/external/webkit/Source/WebCore/xml/
DXPathNodeSet.h53 void append(Node* node) { m_nodes.append(node); } in append() function
54 void append(PassRefPtr<Node> node) { m_nodes.append(node); } in append() function
55 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); } in append() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSStringBuilder.h43 void append(const UChar u) in append() function
48 void append(const char* str) in append() function
53 void append(const char* str, size_t len) in append() function
62 void append(const UChar* str, size_t len) in append() function
67 void append(const UString& str) in append() function
DUStringBuilder.h36 void append(const UString& str) { append(String(str.impl())); } in append() function
/external/chromium/third_party/libjingle/source/talk/base/
Dpathutils.h140 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { in FinishPath()
150 const std::string& append) { in GetTemporaryFolder()
158 const std::string& append) { in GetAppDataFolder()
/external/webkit/Source/WebCore/html/
DDOMFormData.cpp60 void DOMFormData::append(const String& name, const String& value) in append() function in WebCore::DOMFormData
66 void DOMFormData::append(const String& name, Blob* blob) in append() function in WebCore::DOMFormData
/external/guava/src/com/google/common/io/
DAppendableWriter.java93 @Override public Writer append(char c) throws IOException { in append() method in AppendableWriter
99 @Override public Writer append(CharSequence charSeq) throws IOException { in append() method in AppendableWriter
105 @Override public Writer append(CharSequence charSeq, int start, int end) in append() method in AppendableWriter
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DHtmlWhiteSpaceStripper.java111 public Appendable append(CharSequence csq) throws IOException { in append() method in HtmlWhiteSpaceStripper
116 public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() method in HtmlWhiteSpaceStripper
124 public Appendable append(char c) throws IOException { in append() method in HtmlWhiteSpaceStripper
/external/webkit/Source/JavaScriptCore/heap/
DMarkStack.h141 inline void append(const T& v) in append() function
205 inline void MarkStack::append(JSValue* slot, size_t count) in append() function
212 template <typename T> inline void MarkStack::append(WriteBarrierBase<T>* slot) in append() function
223 ALWAYS_INLINE void MarkStack::append(JSValue* value) in append() function
229 ALWAYS_INLINE void MarkStack::append(JSCell** value) in append() function
/external/icu4c/i18n/
Ddecnumstr.cpp34 DecimalNumberString & DecimalNumberString::append(char c, UErrorCode &status) { in append() function in DecimalNumberString
43 DecimalNumberString &DecimalNumberString::append(const StringPiece &str, UErrorCode &status) { in append() function in DecimalNumberString
/external/icu4c/common/
Dcharstr.cpp40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() function in CharString
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() function in CharString
Dcharstr.h76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { in append() function
79 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
/external/icu4c/layout/
DLEInsertionList.h170 le_bool append; variable
/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLBuffer.h86 void append(CHAR ch) in append() function
103 void append(const CHAR* str, int strLength) in append() function
/external/webkit/Source/WebCore/platform/network/
DFormDataBuilder.cpp42 static inline void append(Vector<char>& buffer, char string) in append() function
47 static inline void append(Vector<char>& buffer, const char* string) in append() function
52 static inline void append(Vector<char>& buffer, const CString& string) in append() function
/external/webkit/Source/WebCore/dom/
DTouchList.h48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } in append() function
/external/webkit/Source/WebCore/platform/
DKillRingNone.cpp31 void KillRing::append(const String&) in append() function in WebCore::KillRing
/external/clang/include/clang/Basic/
DMacroBuilder.h39 void append(const llvm::Twine &Str) { in append() function
/external/skia/include/core/
DSkString.h124 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function
125 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function
126 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function

1234567