Searched refs:appendString (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormDataList.h62 appendString(key);
63 appendString(value);
67 appendString(key);
68 appendString(value);
72 appendString(key);
73 appendString(String::number(value));
77 appendString(key);
95 void appendString(const CString&);
96 void appendString(const String&);
H A DFormDataList.cpp37 void FormDataList::appendString(const String& string) function in class:blink::FormDataList
43 void FormDataList::appendString(const CString& string) function in class:blink::FormDataList
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dappendable.h82 virtual UBool appendString(const UChar *s, int32_t length);
103 * After writing at most *resultCapacity UChars, call appendString() with the
105 * Many appendString() implementations will avoid copying UChars if this function
113 * app.appendString(buffer, n);
123 * a prefix to it to appendString().
124 * That is, it is not correct to pass an interior pointer to appendString().
189 virtual UBool appendString(const UChar *s, int32_t length);
/external/icu/icu4c/source/common/unicode/
H A Dappendable.h82 virtual UBool appendString(const UChar *s, int32_t length);
103 * After writing at most *resultCapacity UChars, call appendString() with the
105 * Many appendString() implementations will avoid copying UChars if this function
113 * app.appendString(buffer, n);
123 * a prefix to it to appendString().
124 * That is, it is not correct to pass an interior pointer to appendString().
189 virtual UBool appendString(const UChar *s, int32_t length);
/external/chromium_org/third_party/icu/source/common/
H A Dappendable.cpp33 Appendable::appendString(const UChar *s, int32_t length) { function in class:Appendable
H A Dunistr.cpp1383 // str.appendString(buffer, length)
1762 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { function in class:UnicodeStringAppendable
/external/icu/icu4c/source/common/
H A Dappendable.cpp33 Appendable::appendString(const UChar *s, int32_t length) { function in class:Appendable
/external/chromium_org/third_party/skia/include/core/
H A DSkDataTable.h160 void appendString(const SkString& string) { function in class:SkDataTableBuilder
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DAbstractVisitor.java147 public static void appendString(final StringBuffer buf, final String s) { method in class:AbstractVisitor
H A DASMifierAbstractVisitor.java140 appendString(buf, (String) cst);
H A DTraceAnnotationVisitor.java186 appendString(buf, value);
H A DTraceMethodVisitor.java328 AbstractVisitor.appendString(buf, (String) cst);
/external/skia/include/core/
H A DSkDataTable.h160 void appendString(const SkString& string) { function in class:SkDataTableBuilder
/external/chromium_org/third_party/mozilla/
H A DNSString+Utils.mm114 [cleanString appendString:stringFragment];
134 [cleanString appendString:stringFragment];
137 [cleanString appendString:string];
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.h79 void appendString(const String&);
H A Dmarkup.cpp137 void appendString(const String& s) { return MarkupAccumulator::appendString(s); } function in class:blink::FINAL
193 appendString(styleNodeCloseTag(isBlock));
597 accumulator.appendString(interchangeNewlineString);
643 accumulator.appendString(interchangeNewlineString);
H A DMarkupAccumulator.cpp169 void MarkupAccumulator::appendString(const String& string) function in class:blink::MarkupAccumulator
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DJavascriptTokenBuffer.java95 public void appendString(String input) { method in class:JavascriptTokenBuffer
/external/chromium_org/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp130 names.appendString(familyName);
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp130 names.appendString(familyName);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/util/ASMifiable.class " package org.objectweb.asm ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp2051 app.appendString(cde, 3);
2052 app.appendString(fg, -1);
2062 app.appendString(buffer, 3);
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp2051 app.appendString(cde, 3);
2052 app.appendString(fg, -1);
2062 app.appendString(buffer, 3);
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp190 app.appendString(s.getBuffer(), s.length());
194 app.appendString(s, sLength);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp190 app.appendString(s.getBuffer(), s.length());
194 app.appendString(s, sLength);

Completed in 580 milliseconds

12