HomeSort by relevance Sort by last modified time
    Searched refs:appendString (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
FormDataList.h 51 appendString(key);
52 appendString(value);
56 appendString(key);
57 appendString(value);
61 appendString(key);
62 appendString(String::number(value));
66 appendString(key);
74 void appendString(const CString&);
75 void appendString(const String&);
FormDataList.cpp 33 void FormDataList::appendString(const String& s)
39 void FormDataList::appendString(const CString& s)
  /external/webkit/Tools/DumpRenderTree/mac/
AppleScriptController.m 81 [(NSMutableString*)value appendString:@", "];
83 [(NSMutableString*)value appendString:[obj description]];
85 [(NSMutableString*)value appendString:@")"];
AccessibilityUIElementMac.mm 841 [dropEffects appendString:[value objectAtIndex:k]];
843 [dropEffects appendString:@","];
    [all...]
DumpRenderTree.mm 818 [result appendString:dumpFramesAsText([kids objectAtIndex:i])];
    [all...]
  /external/icu4c/common/unicode/
appendable.h 82 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().
193 virtual UBool appendString(const UChar *s, int32_t length);
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.mm 267 [result appendString:@"\n--------------------------------------------\n"];
268 [result appendString:@"WebBackForwardList:\n"];
276 [result appendString:@" >>>"];
278 [result appendString:@" "];
282 [result appendString:[kit(entries[i].get()) description]];
288 [result appendString:@"\n"];
291 [result appendString:@"\n--------------------------------------------\n"];
WebHistoryItem.mm 221 [result appendString:@" *target*"];
224 [result appendString:@" *POST*"];
233 [result appendString:@"\n"];
234 [result appendString:[child description]];
  /external/icu4c/common/
appendable.cpp 33 Appendable::appendString(const UChar *s, int32_t length) {
unistr.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 201 [curDesc appendString:@"\n"];
208 [curDesc appendString:[curLayer _descriptionWithPrefix:sublayerPrefix]];
211 [curDesc appendString:@"\n"];
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 117 void MarkupAccumulator::appendString(const String& string)
126 appendString(String::adopt(markup));
135 appendString(String::adopt(markup));
MarkupAccumulator.h 75 virtual void appendString(const String&);
markup.cpp 127 virtual void appendString(const String& s) { return MarkupAccumulator::appendString(s); }
174 appendString(isBlock ? divClose : styleSpanClose);
571 accumulator.appendString(interchangeNewlineString);
665 accumulator.appendString(interchangeNewlineString);
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 95 public void appendString(String input) {
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 237 [result appendString:@" "];
239 [result appendString:[self substringWithRange:
271 [result appendString:@" "];
272 [result appendString:[self substringWithRange:NSMakeRange(nonSpace.location, space.location - nonSpace.location)]];
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 406 appendString(this.pointer, xml, false);
412 private native void appendString(long pointer, String xml, boolean isFinal)
543 appendString(this.pointer, "", true);
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 129 static void appendString(gchar*& target, gchar* string)
282 appendString(result, dumpFramesAsText(static_cast<WebKitWebFrame* >(child->data)));
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp 190 app.appendString(s.getBuffer(), s.length());
194 app.appendString(s, sLength);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 1011 * and appendString all call through this method.
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 567 [[attrString mutableString] appendString:[NSString stringWithCharacters:chars length:length]];
647 [[attrString mutableString] appendString:attachmentString];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.objectweb.asm_3.2.0.v200909071300.jar 

Completed in 1177 milliseconds

1 2